Searched refs:use_color (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/lib/libdpv/
H A Ddialog_util.h49 extern uint8_t use_color;
H A Ddprompt.c424 if (use_color) {
472 if ((use_dialog || use_libdialog) && use_color) {
510 dprompt_add("%s%-*s%s %c", use_color ? "\\Zb" : "",
511 flabel_size, flabel, use_color ? "\\Zn" : "",
515 flabel, use_color ? "\\Zn" : "", " ");
554 format = use_color ?
577 if (use_color)
597 if (use_color)
617 if (use_color)
625 if (use_color)
[all...]
H A Ddialog_util.c57 uint8_t use_color = 1; variable
278 if (use_color) {
379 * dialog(1) color escape codes if enabled (via `use_color' global).
426 } else if (use_color && *p == 'Z') {
492 * `use_color' global).
531 } else if (use_color && *p == 'Z') {
H A Ddpv.c243 use_color = FALSE;
249 use_color = TRUE;
256 use_color = FALSE;
262 use_color = TRUE;
274 /* Allow forceful override of use_color */
276 use_color = TRUE;
361 use_color = *cp != '\0' ? 1 : 0;
441 if (use_dialog && !use_color) {
/freebsd-11-stable/usr.sbin/bsdconfig/includes/
H A Dincludes.sh69 -v use_color=${USE_COLOR:-0} \
97 if (use_color)
/freebsd-11-stable/contrib/less/
H A Doptfunc.c60 extern int use_color;
641 if (!use_color && (attr & AT_COLOR))
H A Dopttbl.c65 public int use_color; /* Use UI color */ variable
539 BOOL|REPAINT, OPT_OFF, &use_color, NULL,
H A Dline.c86 extern int use_color;
1444 if (use_color)
H A Dscreen.c278 extern int use_color;
2674 if (use_color && (attr & AT_COLOR))
2681 if ((attr & AT_COLOR) && use_color)
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h198 bool SetUseColor(bool use_color);
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i361 SetUseColor (bool use_color);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h272 bool SetUseColor(bool use_color);
/freebsd-11-stable/contrib/libstdc++/scripts/
H A Dmake_graph.py234 theme.use_color = 1

Completed in 137 milliseconds