Home
last modified time | relevance | path

Searched refs:how_toggle (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/less/
H A Doption.c317 public void toggle_option(struct loption *o, lbool lower, constant char *s, int how_toggle) in toggle_option() argument
324 no_prompt = (how_toggle & OPT_NO_PROMPT); in toggle_option()
325 how_toggle &= ~OPT_NO_PROMPT; in toggle_option()
333 if (how_toggle == OPT_TOGGLE && (o->otype & O_NO_TOGGLE)) in toggle_option()
340 if (how_toggle == OPT_NO_TOGGLE && (o->otype & O_NO_QUERY)) in toggle_option()
357 if (how_toggle == OPT_TOGGLE && *s == '\0') in toggle_option()
358 how_toggle = OPT_NO_TOGGLE; in toggle_option()
363 if (how_toggle != OPT_NO_TOGGLE && (o->otype & O_HL_REPAINT)) in toggle_option()
370 if (how_toggle != OPT_NO_TOGGLE) in toggle_option()
380 switch (how_toggle) in toggle_option()
[all …]
H A Dfuncs.h330 public void toggle_option(struct loption *o, lbool lower, constant char *s, int how_toggle);