HomeSort by: relevance | last modified time | path
    Searched refs:OPT_NO_TOGGLE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/less/dist/
option.h 41 #define OPT_NO_TOGGLE 0
option.c 295 * OPT_NO_TOGGLE just report the current setting, without changing it.
323 if (how_toggle == OPT_NO_TOGGLE && (o->otype & NO_QUERY))
341 how_toggle = OPT_NO_TOGGLE;
346 if (how_toggle != OPT_NO_TOGGLE && (o->otype & HL_REPAINT))
353 if (how_toggle != OPT_NO_TOGGLE)
437 (*o->ofunc)((how_toggle==OPT_NO_TOGGLE) ? QUERY : TOGGLE, s);
440 if (how_toggle != OPT_NO_TOGGLE && (o->otype & HL_REPAINT))
476 if (how_toggle != OPT_NO_TOGGLE && (o->otype & REPAINT))
command.c 222 dash = (flag == OPT_NO_TOGGLE) ? "_" : "-";
362 if (flag == OPT_NO_TOGGLE)
1941 optflag = OPT_NO_TOGGLE;

Completed in 25 milliseconds