Searched refs:XOF_COLOR_ALLOWED (Results 1 – 3 of 3) sorted by relevance
| /f-stack/tools/libxo/libxo/ |
| H A D | xo.h | 95 #define XOF_COLOR_ALLOWED XOF_BIT(25) /** Allow color/effects to be enabled */ macro
|
| H A D | libxo.c | 2093 { XOF_COLOR_ALLOWED, "color" }, 2121 { XOF_COLOR_ALLOWED, "color" }, 2242 XOF_CLEAR(xop, XOF_COLOR_ALLOWED); in xo_set_options_simple() 2276 XOF_SET(xop, XOF_COLOR_ALLOWED); in xo_set_options() 2290 XOF_SET(xop, XOF_COLOR_ALLOWED); in xo_set_options() 2417 XOF_CLEAR(xop, XOF_COLOR_ALLOWED); in xo_set_options() 8220 if (XOF_ISSET(xop, XOF_COLOR_ALLOWED) && isatty(1)) in xo_parse_args()
|
| /f-stack/tools/libxo/doc/ |
| H A D | api.rst | 237 .. index:: XOF_COLOR_ALLOWED 264 XOF_COLOR_ALLOWED Allow color/effect for terminal output 284 of output device, while the `XOF_COLOR_ALLOWED` flag allows color
|