Home
last modified time | relevance | path

Searched refs:OPT_ONPLUS (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/external/bsd/less/dist/
Dline.c325 if (linenums == OPT_ONPLUS) in plinestart()
361 if (linenums == OPT_ONPLUS) in plinestart()
392 if (linenums == OPT_ONPLUS) in line_pfx_width()
1029 if (proc_backspace == OPT_ONPLUS || (bs_mode == BS_CONTROL && proc_backspace == OPT_OFF)) in store_bs()
1047 if (ctldisp == OPT_ONPLUS && line_ansi == NULL) in do_append()
1125 if (proc_tab == OPT_ONPLUS || (bs_mode == BS_CONTROL && proc_tab == OPT_OFF)) in do_append()
1164 if (ctldisp != OPT_ONPLUS || !is_ansi_end('m')) in add_attr_normal()
Doption.c488 return ((val == OPT_ONPLUS) ? OPT_OFF : OPT_ONPLUS); in flip_triple()
691 return quit_at_eof ? OPT_ONPLUS : OPT_ON; in get_quit_at_eof()
Dsearch.c172 is_caseless = (info->is_ucase_pattern && caseless != OPT_ONPLUS) ? 0 : caseless; in set_pattern()
224 if (ctldisp == OPT_ONPLUS) in get_cvt_ops()
1009 if (hilite_search == OPT_ONPLUS) in chg_hilite()
1060 } else if (how_search == OPT_ONPLUS && !(search_type & SRCH_AFTER_TARGET)) in search_pos()
1452 if (hilite_search == OPT_ONPLUS && !hide_hilite) in hist_pattern()
1534 if (hilite_search == OPT_ONPLUS && hide_hilite) in search()
1564 if (hilite_search == OPT_ONPLUS || status_col) in search()
Dforwback.c236 … if (pos != NULL_POSITION && (hilite_search == OPT_ONPLUS || is_filtering() || status_col)) { in forw()
409 … if (pos != NULL_POSITION && (hilite_search == OPT_ONPLUS || is_filtering() || status_col)) { in back()
Dcommand.c841 if (get_quit_at_eof() == OPT_ONPLUS && in prompt()
1416 if (show_attn == OPT_ONPLUS && number > 1) in commands()
1454 if (show_attn == OPT_ONPLUS && number > 1) in commands()
1476 if (show_attn == OPT_ONPLUS) in commands()
1502 if (show_attn == OPT_ONPLUS) in commands()
Dinput.c105 if (hilite_search == OPT_ONPLUS || is_filtering() || status_col) in forw_line_seg()
381 if (hilite_search == OPT_ONPLUS || is_filtering() || status_col) in back_line()
Dpattern.c152 if (caseless != OPT_ONPLUS || (re_handles_caseless && !(search_type & SRCH_NO_REGEX))) in compile_pattern()
275 if (caseless == OPT_ONPLUS && ASCII_IS_UPPER(cp)) in match()
Dopttbl.c196 TRIPLE, OPT_ONPLUS, &how_search, NULL,
278 TRIPLE|HL_REPAINT, OPT_ONPLUS, &hilite_search, NULL,
Ddecode.c433 return ((mousecap == OPT_ONPLUS) ? A_B_MOUSE : A_F_MOUSE); in mouse_wheel_down()
441 return ((mousecap == OPT_ONPLUS) ? A_F_MOUSE : A_B_MOUSE); in mouse_wheel_up()
Dlinenum.c249 if (linenums == OPT_ONPLUS) in abort_long()
Dless.h196 #define OPT_ONPLUS 2 macro
Dtags.c454 if (ctldisp != OPT_ONPLUS) in ctagsearch()
Doutput.c91 if (ctldisp != OPT_ONPLUS || (vt_enabled && sgr_mode)) in win_flush()
Dfilename.c474 if (ctldisp == OPT_ONPLUS && (pansi = ansi_start(c)) != NULL) in bin_file()
Dscreen.c1330 if (quit_at_eof != OPT_ONPLUS && !more_mode) { in get_term()