Searched refs:OPT_NO_PROMPT (Results 1 – 3 of 3) sorted by relevance
44 #define OPT_NO_PROMPT 010043 #define OPT_NO_PROMPT global() macro
213 int no_prompt = (optflag & OPT_NO_PROMPT); in mca_opt_toggle() 214 int flag = (optflag & ~OPT_NO_PROMPT); in mca_opt_toggle() 364 int no_prompt = (optflag & OPT_NO_PROMPT); in mca_opt_first_char() 365 int flag = (optflag & ~OPT_NO_PROMPT); in mca_opt_first_char() 393 optflag ^= OPT_NO_PROMPT; in mca_opt_first_char() 518 if ((optflag & ~OPT_NO_PROMPT) != OPT_TOGGLE || in mca_opt_char()
320 no_prompt = (how_toggle & OPT_NO_PROMPT); in toggle_option() 321 how_toggle &= ~OPT_NO_PROMPT; in toggle_option()