Searched refs:KNOB_YES (Results 1 – 6 of 6) sorted by relevance
/dports/sysutils/thefish/thefish-0.6.7/ |
H A D | parser.h | 59 #define KNOB_YES "\"YES\"" macro 62 #define KNOB_YES "YES" macro
|
H A D | file.c | 97 work->knob_val == KNOB_IS_YES ? KNOB_YES : KNOB_NO); in save_changes() 102 work->knob_val == KNOB_IS_YES ? KNOB_YES : KNOB_NO, in save_changes()
|
H A D | parser.c | 212 if (!strncmp(yytext, KNOB_YES, strlen(KNOB_YES))) { in parseline()
|
H A D | ncurses_ui.c | 705 if (!strncasecmp(new_value, KNOB_YES, 255) || !strncasecmp(new_value, KNOB_NO, 255)) { in add_entry() 708 if (!strncasecmp(new_value, KNOB_YES, 255)) { in add_entry()
|
H A D | gtk_ui.c | 1227 if (!strncasecmp(new_value,KNOB_YES,255) || !strncasecmp(new_value,KNOB_NO,255)) { in add_yes_pressed() 1235 if (!strncasecmp(new_value, KNOB_YES, 255)) { in add_yes_pressed()
|
H A D | qt_ui.C | 656 if (strncasecmp(new_value, KNOB_YES, 255) == 0) { in DoAdd()
|