Searched refs:optflag (Results 1 – 3 of 3) sorted by relevance
88 static int optflag; variable220 no_prompt = (optflag & OPT_NO_PROMPT); in mca_opt_toggle()221 flag = (optflag & ~OPT_NO_PROMPT); in mca_opt_toggle()281 toggle_option(curropt, opt_lower, cbuf, optflag); in exec_mca()360 int no_prompt = (optflag & OPT_NO_PROMPT); in mca_opt_first_char()361 int flag = (optflag & ~OPT_NO_PROMPT); in mca_opt_first_char()378 optflag = no_prompt | ((flag == OPT_UNSET) ? in mca_opt_first_char()384 optflag = no_prompt | ((flag == OPT_SET) ? in mca_opt_first_char()389 optflag ^= OPT_NO_PROMPT; in mca_opt_first_char()515 if ((optflag & ~OPT_NO_PROMPT) != OPT_TOGGLE || in mca_opt_char()[all …]
363 int optflag in stats_config() argument430 if (!allow_config(STATS_FREQ_FILE, optflag)) { in stats_config()484 if (!allow_config(STATS_STATSDIR, optflag)) { in stats_config()510 if (!allow_config(STATS_PID_FILE, optflag)) { in stats_config()534 chck_leaphash = optflag; in stats_config()
316 extern void stats_config (int, const char *, int optflag);