Searched refs:optflag (Results 1 – 3 of 3) sorted by relevance
86 static int optflag; variable232 int no_prompt = (optflag & OPT_NO_PROMPT); in mca_opt_toggle()233 int flag = (optflag & ~OPT_NO_PROMPT); in mca_opt_toggle()294 toggle_option(curropt, opt_lower, cbuf, optflag); in exec_mca()384 int no_prompt = (optflag & OPT_NO_PROMPT); in mca_opt_first_char()385 int flag = (optflag & ~OPT_NO_PROMPT); in mca_opt_first_char()402 optflag = no_prompt | ((flag == OPT_UNSET) ? in mca_opt_first_char()408 optflag = no_prompt | ((flag == OPT_SET) ? in mca_opt_first_char()413 optflag ^= OPT_NO_PROMPT; in mca_opt_first_char()537 if ((optflag & ~OPT_NO_PROMPT) != OPT_TOGGLE || in mca_opt_char()[all …]
361 int optflag in stats_config() argument428 if (!allow_config(STATS_FREQ_FILE, optflag)) { in stats_config()482 if (!allow_config(STATS_STATSDIR, optflag)) { in stats_config()508 if (!allow_config(STATS_PID_FILE, optflag)) { in stats_config()532 chck_leaphash = optflag; in stats_config()
314 extern void stats_config (int, const char *, int optflag);