Home
last modified time | relevance | path

Searched refs:SEARCH_KEEP (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/
H A Dsearch.c175 if (!(options & SEARCH_KEEP) in search_regcomp()
580 (void)search_regcomp((char_u *)"", 0, last_idx, SEARCH_KEEP, regmatch); in last_pat_prog()
656 (options & (SEARCH_HIS + SEARCH_KEEP)), &regmatch) == FAIL) in searchit()
1294 if (no_hlsearch && !(options & SEARCH_KEEP)) in do_search()
1550 (SEARCH_KEEP + SEARCH_PEEK + SEARCH_HIS in do_search()
1662 if ((options & SEARCH_KEEP) || (cmdmod.cmod_flags & CMOD_KEEPPATTERNS)) in do_search()
2900 SEARCH_KEEP, &regmatch) == FAIL) in is_zero_width()
2918 SEARCH_KEEP + flag, RE_SEARCH, NULL) != FAIL) in is_zero_width()
3020 SEARCH_KEEP | flags, RE_SEARCH, NULL); in current_search()
3274 FORWARD, NULL, 1, SEARCH_KEEP, RE_LAST, NULL) != FAIL) in update_search_stat()
H A Dex_getln.c492 search_flags += SEARCH_KEEP; in may_do_incsearch_highlighting()
655 search_flags += SEARCH_KEEP; in may_adjust_incsearch_highlighting()
H A Dvim.h918 #define SEARCH_KEEP 0x400 // keep previous search pattern macro
H A Devalfunc.c8028 int options = SEARCH_KEEP; in search_cmn()
8380 locally, thisblock, SEARCH_KEEP) == FAIL; in f_searchdecl()
8540 int options = SEARCH_KEEP; in do_searchpair()
H A Dtag.c3523 search_options = SEARCH_KEEP; in jumpto_tag()
H A Dinsexpand.c3074 compl_pattern, 1L, SEARCH_KEEP + SEARCH_NFMSG, in ins_compl_get_exp()
H A Dspell.c2900 if (do_search(NULL, '/', '/', frompat, 1L, SEARCH_KEEP, NULL) == 0 in ex_spellrepall()
H A Dquickfix.c3235 if (!do_search(NULL, '/', '/', qf_pattern, (long)1, SEARCH_KEEP, NULL)) in qf_jump_goto_line()