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

  /src/external/bsd/less/dist/
option.c 488 return ((val == OPT_ONPLUS) ? OPT_OFF : OPT_ONPLUS);
691 return quit_at_eof ? OPT_ONPLUS : OPT_ON;
forwback.c 236 if (pos != NULL_POSITION && (hilite_search == OPT_ONPLUS || is_filtering() || status_col)) {
409 if (pos != NULL_POSITION && (hilite_search == OPT_ONPLUS || is_filtering() || status_col)) {
line.c 325 if (linenums == OPT_ONPLUS)
361 if (linenums == OPT_ONPLUS)
392 if (linenums == OPT_ONPLUS)
1029 if (proc_backspace == OPT_ONPLUS || (bs_mode == BS_CONTROL && proc_backspace == OPT_OFF))
1047 if (ctldisp == OPT_ONPLUS && line_ansi == NULL)
1125 if (proc_tab == OPT_ONPLUS || (bs_mode == BS_CONTROL && proc_tab == OPT_OFF))
1164 if (ctldisp != OPT_ONPLUS || !is_ansi_end('m'))
input.c 105 if (hilite_search == OPT_ONPLUS || is_filtering() || status_col)
381 if (hilite_search == OPT_ONPLUS || is_filtering() || status_col)
pattern.c 152 if (caseless != OPT_ONPLUS || (re_handles_caseless && !(search_type & SRCH_NO_REGEX)))
275 if (caseless == OPT_ONPLUS && ASCII_IS_UPPER(cp))
search.c 172 is_caseless = (info->is_ucase_pattern && caseless != OPT_ONPLUS) ? 0 : caseless;
224 if (ctldisp == OPT_ONPLUS)
1009 if (hilite_search == OPT_ONPLUS)
1060 } else if (how_search == OPT_ONPLUS && !(search_type & SRCH_AFTER_TARGET))
1452 if (hilite_search == OPT_ONPLUS && !hide_hilite)
1534 if (hilite_search == OPT_ONPLUS && hide_hilite)
1564 if (hilite_search == OPT_ONPLUS || status_col)
command.c 841 if (get_quit_at_eof() == OPT_ONPLUS &&
1416 if (show_attn == OPT_ONPLUS && number > 1)
1454 if (show_attn == OPT_ONPLUS && number > 1)
1476 if (show_attn == OPT_ONPLUS)
1502 if (show_attn == OPT_ONPLUS)
decode.c 433 return ((mousecap == OPT_ONPLUS) ? A_B_MOUSE : A_F_MOUSE);
441 return ((mousecap == OPT_ONPLUS) ? A_F_MOUSE : A_B_MOUSE);
linenum.c 249 if (linenums == OPT_ONPLUS)
opttbl.c 196 TRIPLE, OPT_ONPLUS, &how_search, NULL,
278 TRIPLE|HL_REPAINT, OPT_ONPLUS, &hilite_search, NULL,
less.h 196 #define OPT_ONPLUS 2
output.c 91 if (ctldisp != OPT_ONPLUS || (vt_enabled && sgr_mode))
tags.c 454 if (ctldisp != OPT_ONPLUS)
filename.c 474 if (ctldisp == OPT_ONPLUS && (pansi = ansi_start(c)) != NULL)
screen.c 1330 if (quit_at_eof != OPT_ONPLUS && !more_mode) {

Completed in 29 milliseconds