Home
last modified time | relevance | path

Searched refs:optflag (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/less/
Dcommand.c78 static int optflag; variable
205 no_prompt = (optflag & OPT_NO_PROMPT); in mca_opt_toggle()
206 flag = (optflag & ~OPT_NO_PROMPT); in mca_opt_toggle()
265 toggle_option(curropt, opt_lower, cbuf, optflag); in exec_mca()
345 int flag = (optflag & ~OPT_NO_PROMPT);
362 optflag = (flag == OPT_UNSET) ?
368 optflag = (flag == OPT_SET) ?
373 optflag ^= OPT_NO_PROMPT;
499 if ((optflag & ~OPT_NO_PROMPT) != OPT_TOGGLE ||
502 toggle_option(curropt, opt_lower, "", optflag);
[all …]
/freebsd-12-stable/contrib/ntp/ntpd/
Dntp_util.c356 int optflag in stats_config() argument
422 if (!allow_config(STATS_FREQ_FILE, optflag)) in stats_config()
472 if (!allow_config(STATS_STATSDIR, optflag)) in stats_config()
506 if (!allow_config(STATS_PID_FILE, optflag)) in stats_config()
531 chck_leaphash = optflag; in stats_config()
/freebsd-12-stable/contrib/ntp/include/
Dntpd.h285 extern void stats_config (int, const char *, int optflag);