Searched refs:is_option (Results 1 – 5 of 5) sorted by relevance
71 LIST(FIND loption_names "${arg}" is_option)72 IF (is_option GREATER -1)74 ELSE (is_option GREATER -1)76 ENDIF (is_option GREATER -1)
76 #define is_option(OPT) ((gcp->options & OPTION_##OPT) != 0) macro78 #define show_option(opt, off, on) ( !is_option(opt) ? #off : #on )
137 if (!is_option(VERBOSE)) in vprint()462 if (!is_option(INTERACTIVE)) in main()
1178 if (is_option(INTERACTIVE)) in process_commands()1184 is_option(INTERACTIVE) ? "" : "EOF on stdin"); in process_commands()1222 if (!is_option(INTERACTIVE) && in process_commands()1231 if (!is_option(INTERACTIVE)) { in process_commands()
422 int is_option; in handle_container() local435 is_option = set_option(buf, options); in handle_container()454 if (!is_option && !tmp_container) { in handle_container()579 int is_option; in parse() local583 is_option = set_option(buf, profile_conf->global); in parse()608 if (!is_option && !tmp_container) { in parse()