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

/freebsd-10.0-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.c672 if (how_search == OPT_ON)
890 if (hilite_search == OPT_ON)
977 if (hilite_search == OPT_ON)
1049 if (hilite_search == OPT_ON && n > 0)
1067 if (hilite_search == OPT_ON)
H A Dline.c625 if (ctldisp != OPT_ON && column + w + attr_ewidth(a) > sc_width)
947 if (ctldisp == OPT_ON || (ctldisp == OPT_ONPLUS && IS_CSI_START(ch)))
957 } else if (utf_mode && ctldisp != OPT_ON && is_ubin_char(ch))
1041 if (column < sc_width || !auto_wrap || (endline && ignaw) || ctldisp == OPT_ON)
H A Dless.h175 #define OPT_ON 1 macro

Completed in 73 milliseconds