Home
last modified time | relevance | path

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

/dragonfly/usr.bin/top/
H A Dtop.c345 gstate->use_color = !gstate->use_color; in do_arguments()
762 gstate->use_color = Yes; in main()
802 color_activate(gstate->use_color); in main()
H A Dglobalstate.h55 int use_color; member
H A Dcommands.c580 gstate->use_color = color_activate(-1); in cmd_color()
/dragonfly/contrib/less/
H A Dopttbl.c67 public int use_color; /* Use UI color */ variable
580 BOOL|REPAINT, OPT_OFF, &use_color, NULL,
H A Doptfunc.c60 extern int use_color;
625 if (!use_color && (attr & AT_COLOR)) in opt_D()
H A Dline.c105 extern int use_color;
1555 if (use_color && (attr & AT_COLOR)) in color_index()
H A Dscreen.c294 extern int use_color;
2679 if (use_color && (attr & AT_COLOR)) in at_enter()
2686 if ((attr & AT_COLOR) && use_color) in at_enter()