Searched refs:OPT_ON (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/less/
H A Dopttbl.c154 BOOL, OPT_ON, &autobuf, NULL,
268 BOOL, OPT_ON, &use_lessopen, NULL,
284 TRIPLE|REPAINT, OPT_ON, &linenums, NULL,
408 BOOL|REPAINT, OPT_ON, &twiddle, NULL,
H A Doption.c490 return ((val == OPT_ON) ? OPT_OFF : OPT_ON);
704 return quit_at_eof ? OPT_ON : OPT_ONPLUS;
H A Dsearch.c674 if (how_search == OPT_ON)
892 if (hilite_search == OPT_ON)
979 if (hilite_search == OPT_ON)
1051 if (hilite_search == OPT_ON && n > 0)
1069 if (hilite_search == OPT_ON)
H A Dline.c626 if (ctldisp != OPT_ON && column + w + attr_ewidth(a) > sc_width)
948 if (ctldisp == OPT_ON || (ctldisp == OPT_ONPLUS && IS_CSI_START(ch)))
958 } else if (utf_mode && ctldisp != OPT_ON && is_ubin_char(ch))
1042 if (column < sc_width || !auto_wrap || (endline && ignaw) || ctldisp == OPT_ON)
H A Dless.h176 #define OPT_ON 1 macro

Completed in 65 milliseconds