Home
last modified time | relevance | path

Searched refs:RE_LAST (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dex_cmds.c3720 which_pat = RE_LAST; // use last used regexp in ex_substitute()
3757 which_pat = RE_LAST; // use last used regexp in ex_substitute()
3897 which_pat = RE_LAST; in ex_substitute()
4909 which_pat = RE_LAST; // default: use last used regexp in ex_global()
H A Dsearch.c143 if (pat_use == RE_LAST) in search_regcomp()
1553 RE_LAST, sia); in do_search()
3274 FORWARD, NULL, 1, SEARCH_KEEP, RE_LAST, NULL) != FAIL) in update_search_stat()
H A Dvim.h1031 #define RE_LAST 2 // use last used pattern if "pat" is NULL macro
H A Dinsexpand.c3075 RE_LAST, NULL); in ins_compl_get_exp()
H A Dnormal.c2434 pat, 1L, searchflags, RE_LAST, NULL); in find_decl()