Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Doption.c506 return ((val == OPT_ONPLUS) ? OPT_OFF : OPT_ONPLUS); in opt_prompt()
781 return quit_at_eof ? OPT_ONPLUS : OPT_ON;
H A Dline.c320 if (linenums == OPT_ONPLUS) in plinestart()
356 if (linenums == OPT_ONPLUS) in plinestart()
388 if (linenums == OPT_ONPLUS) in line_pfx_width()
1068 if (proc_backspace == OPT_ONPLUS || (bs_mode == BS_CONTROL && proc_backspace == OPT_OFF)) in do_append()
1086 if (ctldisp == OPT_ONPLUS && line_ansi == NULL) in do_append()
1164 if (proc_tab == OPT_ONPLUS || (bs_mode == BS_CONTROL && proc_tab == OPT_OFF)) in add_attr_normal()
1203 if (ctldisp != OPT_ONPLUS || !is_ansi_end('m')) in pdone()
1350 } else if (ctldisp == OPT_ONPLUS && (pansi = ansi_start(ch)) != NULL) in forw_raw_line()
1356 if (proc_backspace == OPT_ONPLUS || (bs_mode == BS_CONTROL && proc_backspace == OPT_OFF)) in forw_raw_line()
1362 if (proc_tab == OPT_ONPLUS || (bs_mod in forw_raw_line()
[all...]
H A Dsearch.c188 is_caseless = (info->is_ucase_pattern && caseless != OPT_ONPLUS) ? 0 : caseless; in set_pattern()
240 if (ctldisp == OPT_ONPLUS)
1099 if (hilite_search == OPT_ONPLUS) in search_pos()
1150 } else if (how_search == OPT_ONPLUS && !(search_type & SRCH_AFTER_TARGET)) in get_lastlinepos()
2006 if (hilite_search == OPT_ONPLUS && !hide_hilite)
2088 if (hilite_search == OPT_ONPLUS && hide_hilite)
2118 if (hilite_search == OPT_ONPLUS || status_col)
H A Dforwback.c238 if (pos != NULL_POSITION && (hilite_search == OPT_ONPLUS || is_filtering() || status_col)) { in forw()
401 if (pos != NULL_POSITION && (hilite_search == OPT_ONPLUS || is_filtering() || status_col)) {
H A Dinput.c105 if (hilite_search == OPT_ONPLUS || is_filtering() || status_col) in forw_line_seg()
364 if (hilite_search == OPT_ONPLUS || is_filtering() || status_col) in back_line()
H A Dcommand.c867 if (get_quit_at_eof() == OPT_ONPLUS && in prompt()
1487 if (show_attn == OPT_ONPLUS && number > 1) in commands()
1525 if (show_attn == OPT_ONPLUS && number > 1) in commands()
1547 if (show_attn == OPT_ONPLUS) in commands()
1573 if (show_attn == OPT_ONPLUS) in commands()
H A Dpattern.c149 if (caseless != OPT_ONPLUS || (re_handles_caseless && !(search_type & SRCH_NO_REGEX))) in compile_pattern()
274 if (caseless == OPT_ONPLUS && ASCII_IS_UPPER(cp)) in match()
H A Dopttbl.c200 TRIPLE, OPT_ONPLUS, &how_search, NULL,
270 TRIPLE|HL_REPAINT, OPT_ONPLUS, &hilite_search, NULL,
H A Ddecode.c503 return ((mousecap == OPT_ONPLUS) ? A_B_MOUSE : A_F_MOUSE); in x11mouse_action()
511 return ((mousecap == OPT_ONPLUS) ? A_F_MOUSE : A_B_MOUSE); in x116mouse_action()
H A Dlinenum.c259 if (linenums == OPT_ONPLUS)
H A Dless.h176 #define OPT_ONPLUS 2
194 #define OPT_ONPLUS global() macro
H A Doutput.c253 if (ctldisp != OPT_ONPLUS in win_flush()
H A Dtags.c452 if (ctldisp != OPT_ONPLUS) in ctagsearch()
H A Dfilename.c497 if (ctldisp == OPT_ONPLUS && (pansi = ansi_start(c)) != NULL) in seek_filesize()