Home
last modified time | relevance | path

Searched refs:SEARCH_HIS (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dsearch.c160 else if (options & SEARCH_HIS) // put new pattern in history in search_regcomp()
656 (options & (SEARCH_HIS + SEARCH_KEEP)), &regmatch) == FAIL) in searchit()
1550 (SEARCH_KEEP + SEARCH_PEEK + SEARCH_HIS in do_search()
H A Dvim.h913 #define SEARCH_HIS 0x20 // put search pattern in history macro
H A Dex_cmds.c3966 if (search_regcomp(pat, RE_SUBST, which_pat, SEARCH_HIS, &regmatch) == FAIL) in ex_substitute()
4956 if (search_regcomp(pat, RE_BOTH, which_pat, SEARCH_HIS, &regmatch) == FAIL) in ex_global()
H A Dex_docmd.c4257 flags = silent ? 0 : SEARCH_HIS | SEARCH_MSG; in get_address()