Searched refs:is_option (Results 1 – 4 of 4) sorted by relevance
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()
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