Home
last modified time | relevance | path

Searched refs:KNOB_YES (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/thefish/thefish-0.6.7/
H A Dparser.h59 #define KNOB_YES "\"YES\"" macro
62 #define KNOB_YES "YES" macro
H A Dfile.c97 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 Dparser.c212 if (!strncmp(yytext, KNOB_YES, strlen(KNOB_YES))) { in parseline()
H A Dncurses_ui.c705 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 Dgtk_ui.c1227 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 Dqt_ui.C656 if (strncasecmp(new_value, KNOB_YES, 255) == 0) { in DoAdd()