Home
last modified time | relevance | path

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

/dflybsd-src/contrib/less/
H A Doption.c313 public void toggle_option(struct loption *o, int lower, constant char *s, int how_toggle) in toggle_option() argument
320 no_prompt = (how_toggle & OPT_NO_PROMPT); in toggle_option()
321 how_toggle &= ~OPT_NO_PROMPT; in toggle_option()
329 if (how_toggle == OPT_TOGGLE && (o->otype & NO_TOGGLE)) in toggle_option()
336 if (how_toggle == OPT_NO_TOGGLE && (o->otype & NO_QUERY)) in toggle_option()
353 if (how_toggle == OPT_TOGGLE && *s == '\0') in toggle_option()
354 how_toggle = OPT_NO_TOGGLE; in toggle_option()
359 if (how_toggle != OPT_NO_TOGGLE && (o->otype & HL_REPAINT)) in toggle_option()
366 if (how_toggle != OPT_NO_TOGGLE) in toggle_option()
376 switch (how_toggle) in toggle_option()
[all …]
H A Dfuncs.h316 public void toggle_option(struct loption *o, int lower, constant char *s, int how_toggle);