Searched refs:is_option (Results 1 – 7 of 7) sorted by relevance
33 is_option = command.startswith('-')35 if not is_option:39 if not is_option:
138 is_option (char *argv_element, int only) in is_option() function195 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()
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()461 if (!is_option(INTERACTIVE)) in main()
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()
137 def is_option(arg): function144 if is_option(flag):
1695 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