Searched refs:OPT_NO_TOGGLE (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/less/
H A Doption.h39 #define OPT_NO_TOGGLE 0 macro
H A Doption.c293 * OPT_NO_TOGGLE just report the current setting, without changing it.
326 if (how_toggle == OPT_NO_TOGGLE && (o->otype & NO_QUERY))
344 how_toggle = OPT_NO_TOGGLE;
349 if (how_toggle != OPT_NO_TOGGLE && (o->otype & HL_REPAINT))
356 if (how_toggle != OPT_NO_TOGGLE)
440 (*o->ofunc)((how_toggle==OPT_NO_TOGGLE) ? QUERY : TOGGLE, s);
443 if (how_toggle != OPT_NO_TOGGLE && (o->otype & HL_REPAINT))
477 if (how_toggle != OPT_NO_TOGGLE && (o->otype & REPAINT))
H A Dcommand.c178 dash = (flag == OPT_NO_TOGGLE) ? "_" : "-";
308 if (flag == OPT_NO_TOGGLE)
1663 optflag = OPT_NO_TOGGLE;

Completed in 105 milliseconds