Home
last modified time | relevance | path

Searched refs:is_option (Results 1 – 7 of 7) 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()
/third_party/node/deps/v8/tools/torque/
Dformat-torque.py137 def is_option(arg): function
144 if is_option(flag):
/third_party/rust/crates/serde/serde_derive/src/internals/
Dattr.rs1695 is_implicitly_borrowed_reference(ty) || is_option(ty, is_implicitly_borrowed_reference) in is_implicitly_borrowed()
1751 fn is_option(ty: &syn::Type, elem: fn(&syn::Type) -> bool) -> bool { in is_option() function