Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYrcFile.c119 { "never", SHOW_COLOR_NEVER },
819 if (LYShowColor != SHOW_COLOR_NEVER) in read_rc()
822 case SHOW_COLOR_NEVER: in read_rc()
DLYOptions.c105 case SHOW_COLOR_NEVER: in SetupChosenShowColor()
108 SHOW_COLOR_ON : SHOW_COLOR_NEVER; in SetupChosenShowColor()
390 if (LYShowColor == SHOW_COLOR_NEVER) { in LYoptions()
499 case SHOW_COLOR_NEVER: in LYoptions()
2200 {SHOW_COLOR_NEVER, never_string, never_string},
3785 if (LYShowColor == SHOW_COLOR_NEVER) { in gen_options()
DLYGlobalDefs.h166 ,SHOW_COLOR_NEVER = 0 /* positive numbers are index in LYOptions.c */ enumerator
DLYCurses.c873 } else if (LYShowColor != SHOW_COLOR_NEVER) { in lynx_init_colors()
1231 if (LYrcShowColor == SHOW_COLOR_NEVER) { in start_curses()
1252 if (LYShowColor != SHOW_COLOR_NEVER) { in start_curses()
DLYMain.c1870 if (LYShowColor != SHOW_COLOR_NEVER && in main()
2891 LYShowColor = SHOW_COLOR_NEVER; in nocolor_fun()
DGridText.c1475 if (LYShowColor == SHOW_COLOR_NEVER) in display_line()
1494 if (LYShowColor == SHOW_COLOR_NEVER) in display_line()
/mirbsd/src/gnu/usr.bin/lynx/
DCHANGES2463 * change enumShowColor so SHOW_COLOR_NEVER is zero as in 2.8.3, which makes the