Searched refs:XOF_COLOR_ALLOWED (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/contrib/libxo/libxo/ |
| HD | xo.h | 95 #define XOF_COLOR_ALLOWED XOF_BIT(25) /** Allow color/effects to be enabled */ macro
|
| HD | libxo.c | 2117 { XOF_COLOR_ALLOWED, "color" }, 2145 { XOF_COLOR_ALLOWED, "color" }, 2262 XOF_CLEAR(xop, XOF_COLOR_ALLOWED); in xo_set_options_simple() 2296 XOF_SET(xop, XOF_COLOR_ALLOWED); in xo_set_options() 2310 XOF_SET(xop, XOF_COLOR_ALLOWED); in xo_set_options() 2418 XOF_CLEAR(xop, XOF_COLOR_ALLOWED); in xo_set_options() 8144 if (XOF_ISSET(xop, XOF_COLOR_ALLOWED) && isatty(1)) in xo_parse_args()
|
| /freebsd-11-stable/contrib/libxo/doc/ |
| HD | 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
|
| HD | libxo.txt | 1768 | XOF_COLOR_ALLOWED | Allow color/effect for terminal output | 1788 output device, while the XOF_COLOR_ALLOWED flag allows color and
|