Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
H A Doption.c484 return ((val == OPT_ONPLUS) ? OPT_OFF : OPT_ONPLUS); in flip_triple()
687 return quit_at_eof ? OPT_ONPLUS : OPT_ON; in get_quit_at_eof()
H A Dline.c323 if (linenums == OPT_ONPLUS) in plinestart()
359 if (linenums == OPT_ONPLUS) in plinestart()
390 if (linenums == OPT_ONPLUS) in line_pfx_width()
1027 if (proc_backspace == OPT_ONPLUS || (bs_mode == BS_CONTROL && proc_backspace == OPT_OFF)) in store_bs()
1045 if (ctldisp == OPT_ONPLUS && line_ansi == NULL) in do_append()
1123 if (proc_tab == OPT_ONPLUS || (bs_mode == BS_CONTROL && proc_tab == OPT_OFF)) in do_append()
1162 if (ctldisp != OPT_ONPLUS || !is_ansi_end('m')) in add_attr_normal()
H A Dsearch.c170 is_caseless = (info->is_ucase_pattern && caseless != OPT_ONPLUS) ? 0 : caseless; in set_pattern()
222 if (ctldisp == OPT_ONPLUS) in get_cvt_ops()
1007 if (hilite_search == OPT_ONPLUS) in chg_hilite()
1058 } else if (how_search == OPT_ONPLUS && !(search_type & SRCH_AFTER_TARGET)) in search_pos()
1450 if (hilite_search == OPT_ONPLUS && !hide_hilite) in hist_pattern()
1532 if (hilite_search == OPT_ONPLUS && hide_hilite) in search()
1562 if (hilite_search == OPT_ONPLUS || status_col) in search()
H A Dforwback.c233 if (pos != NULL_POSITION && (hilite_search == OPT_ONPLUS || is_filtering() || status_col)) { in forw()
406 if (pos != NULL_POSITION && (hilite_search == OPT_ONPLUS || is_filtering() || status_col)) { in back()
H A Dcommand.c832 if (get_quit_at_eof() == OPT_ONPLUS && in prompt()
1398 if (show_attn == OPT_ONPLUS && number > 1) in commands()
1436 if (show_attn == OPT_ONPLUS && number > 1) in commands()
1458 if (show_attn == OPT_ONPLUS) in commands()
1484 if (show_attn == OPT_ONPLUS) in commands()
H A Dinput.c103 if (hilite_search == OPT_ONPLUS || is_filtering() || status_col) in forw_line_seg()
379 if (hilite_search == OPT_ONPLUS || is_filtering() || status_col) in back_line()
H A Dpattern.c150 if (caseless != OPT_ONPLUS || (re_handles_caseless && !(search_type & SRCH_NO_REGEX))) in compile_pattern()
273 if (caseless == OPT_ONPLUS && ASCII_IS_UPPER(cp)) in match()
H A Dopttbl.c193 TRIPLE, OPT_ONPLUS, &how_search, NULL,
267 TRIPLE|HL_REPAINT, OPT_ONPLUS, &hilite_search, NULL,
H A Ddecode.c431 return ((mousecap == OPT_ONPLUS) ? A_B_MOUSE : A_F_MOUSE); in mouse_wheel_down()
439 return ((mousecap == OPT_ONPLUS) ? A_F_MOUSE : A_B_MOUSE); in mouse_wheel_up()
H A Dlinenum.c247 if (linenums == OPT_ONPLUS) in abort_long()
H A Dless.h194 #define OPT_ONPLUS 2 macro
H A Dtags.c452 if (ctldisp != OPT_ONPLUS) in ctagsearch()
H A Doutput.c89 if (ctldisp != OPT_ONPLUS || (vt_enabled && sgr_mode)) in win_flush()
H A Dfilename.c472 if (ctldisp == OPT_ONPLUS && (pansi = ansi_start(c)) != NULL) in bin_file()