Searched refs:RE_LAST (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | ex_cmds.c | 3720 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 D | search.c | 143 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 D | vim.h | 1031 #define RE_LAST 2 // use last used pattern if "pat" is NULL macro
|
| H A D | insexpand.c | 3075 RE_LAST, NULL); in ins_compl_get_exp()
|
| H A D | normal.c | 2434 pat, 1L, searchflags, RE_LAST, NULL); in find_decl()
|