Home
last modified time | relevance | path

Searched refs:is_option (Results 1 – 5 of 5) sorted by relevance

/third_party/gn/misc/
Dhelp_as_html.py33 is_option = command.startswith('-')
35 if not is_option:
39 if not is_option:
/third_party/ninja/src/
Dgetopt.c138 is_option (char *argv_element, int only) in is_option() function
195 while (!is_option (argv[optind], only)) in getopt_internal()
215 if (!is_option (argv[optind], only)) in getopt_internal()
222 if (!is_option (argv[optind], only)) in getopt_internal()
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
Dmemtoy.h76 #define is_option(OPT) ((gcp->options & OPTION_##OPT) != 0) macro
78 #define show_option(opt, off, on) ( !is_option(opt) ? #off : #on )
Dmemtoy.c137 if (!is_option(VERBOSE)) in vprint()
461 if (!is_option(INTERACTIVE)) in main()
Dcommands.c1245 if (is_option(INTERACTIVE)) in process_commands()
1251 is_option(INTERACTIVE) ? "" : "EOF on stdin"); in process_commands()
1289 if (!is_option(INTERACTIVE) && in process_commands()
1298 if (!is_option(INTERACTIVE)) { in process_commands()