Home
last modified time | relevance | path

Searched refs:p_hls (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/
H A Doption.h651 EXTERN int p_hls; // 'hlsearch' variable
H A Dex_getln.c491 if (!p_hls) in may_do_incsearch_highlighting()
654 if (!p_hls) in may_adjust_incsearch_highlighting()
H A Dsearch.c256 if (p_hls) in save_re_pat()
559 if (p_hls && idx == last_idx && !no_hlsearch) in set_last_search_pat()
H A Doption.c2931 else if ((int *)varp == &p_ic && p_hls) in set_bool_option()
2938 else if ((int *)varp == &p_hls) in set_bool_option()
H A Dscreen.c1755 if (p_hls && !no_hlsearch) in start_search_hl()
H A Doptiondefs.h1313 (char_u *)&p_hls, PV_NONE,
H A Dex_docmd.c9419 set_vim_var_nr(VV_HLSEARCH, !no_hlsearch && p_hls); in set_no_hlsearch()