Searched refs:SEARCH_KEEP (Results 1 – 8 of 8) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | search.c | 175 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)), ®match) == 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, ®match) == 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 D | ex_getln.c | 492 search_flags += SEARCH_KEEP; in may_do_incsearch_highlighting() 655 search_flags += SEARCH_KEEP; in may_adjust_incsearch_highlighting()
|
| H A D | vim.h | 918 #define SEARCH_KEEP 0x400 // keep previous search pattern macro
|
| H A D | evalfunc.c | 8028 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 D | tag.c | 3523 search_options = SEARCH_KEEP; in jumpto_tag()
|
| H A D | insexpand.c | 3074 compl_pattern, 1L, SEARCH_KEEP + SEARCH_NFMSG, in ins_compl_get_exp()
|
| H A D | spell.c | 2900 if (do_search(NULL, '/', '/', frompat, 1L, SEARCH_KEEP, NULL) == 0 in ex_spellrepall()
|
| H A D | quickfix.c | 3235 if (!do_search(NULL, '/', '/', qf_pattern, (long)1, SEARCH_KEEP, NULL)) in qf_jump_goto_line()
|