Searched refs:p_hls (Results 1 – 7 of 7) sorted by relevance
651 EXTERN int p_hls; // 'hlsearch' variable
491 if (!p_hls) in may_do_incsearch_highlighting()654 if (!p_hls) in may_adjust_incsearch_highlighting()
256 if (p_hls) in save_re_pat()559 if (p_hls && idx == last_idx && !no_hlsearch) in set_last_search_pat()
2931 else if ((int *)varp == &p_ic && p_hls) in set_bool_option()2938 else if ((int *)varp == &p_hls) in set_bool_option()
1755 if (p_hls && !no_hlsearch) in start_search_hl()
1313 (char_u *)&p_hls, PV_NONE,
9419 set_vim_var_nr(VV_HLSEARCH, !no_hlsearch && p_hls); in set_no_hlsearch()