Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Doption.c305 no_prompt = (how_toggle & OPT_NO_PROMPT); in toggle_option()
306 how_toggle &= ~OPT_NO_PROMPT; in toggle_option()
314 if (how_toggle == OPT_TOGGLE && (o->otype & NO_TOGGLE)) in toggle_option()
338 if (how_toggle == OPT_TOGGLE && *s == '\0') in toggle_option()
339 how_toggle = OPT_NO_TOGGLE; in toggle_option()
351 if (how_toggle != OPT_NO_TOGGLE) in toggle_option()
359 switch (how_toggle) in toggle_option()
380 switch (how_toggle) in toggle_option()
398 switch (how_toggle) in toggle_option()
411 switch (how_toggle) in toggle_option()
[all …]
H A Dfuncs.h284 public void toggle_option(struct loption *o, int lower, char *s, int how_toggle);