Searched refs:is_option (Results 1 - 8 of 8) sorted by relevance
/third_party/gn/misc/ |
H A D | help_as_html.py | 33 is_option = command.startswith('-') 35 if not is_option: 39 if not is_option:
|
/third_party/ninja/src/ |
H A D | getopt.c | 136 /* is_option: is this argv-element an option or the end of the option list? */ 138 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/ |
H A D | memtoy.h | 76 #define is_option(OPT) ((gcp->options & OPTION_##OPT) != 0) macro 78 #define show_option(opt, off, on) ( !is_option(opt) ? #off : #on )
|
H A D | memtoy.c | 137 if (!is_option(VERBOSE)) in vprint() 461 if (!is_option(INTERACTIVE)) in main()
|
H A D | commands.c | 1245 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/ |
H A D | format-torque.py | 137 def is_option(arg): function 144 if is_option(flag):
|
/third_party/rust/crates/serde/serde_derive_internals/src/ |
H A D | attr.rs | 1637 is_implicitly_borrowed_reference(ty) || is_option(ty, is_implicitly_borrowed_reference) in is_implicitly_borrowed() 1693 fn is_option(ty: &syn::Type, elem: fn(&syn::Type) -> bool) -> bool { in is_option() functions
|
/third_party/rust/crates/serde/serde_derive/src/internals/ |
H A D | attr.rs | 1637 is_implicitly_borrowed_reference(ty) || is_option(ty, is_implicitly_borrowed_reference) in is_implicitly_borrowed() 1693 fn is_option(ty: &syn::Type, elem: fn(&syn::Type) -> bool) -> bool { in is_option() functions
|
Completed in 9 milliseconds