Home
last modified time | relevance | path

Searched refs:DO_FORMAT (Results 1 – 1 of 1) sorted by relevance

/dports/math/libqalculate/libqalculate-3.17.0/src/
H A Dqalc.cc1278 #define BEGIN_BOLD(x) if(DO_FORMAT) {x += "\033[1m";}
1279 #define END_BOLD(x) if(DO_FORMAT) {x += "\033[0m";}
1280 #define BEGIN_UNDERLINED(x) if(DO_FORMAT) {x += "\033[4m";}
1281 #define END_UNDERLINED(x) if(DO_FORMAT) {x += "\033[0m";}
1282 #define BEGIN_ITALIC(x) if(DO_FORMAT) {x += "\033[3m";}
1283 #define END_ITALIC(x) if(DO_FORMAT) {x += "\033[23m";}
2761 string regstr = m.print(printops, DO_FORMAT, DO_COLOR, TAG_TYPE_TERMINAL); in main()
4700 po.allow_non_usable = DO_FORMAT; in run()
4725 parsed_text = mp.print(po, DO_FORMAT, DO_COLOR, TAG_TYPE_TERMINAL); in run()
4734 po.allow_non_usable = DO_FORMAT; in run()
[all …]