Searched refs:RE_SEARCH (Results 1 – 8 of 8) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | search.c | 179 if (pat_save == RE_SEARCH || pat_save == RE_BOTH) in search_regcomp() 180 save_re_pat(RE_SEARCH, pat, magic); in search_regcomp() 345 saved_last_search_spat = spats[RE_SEARCH]; in save_last_search_pattern() 346 if (spats[RE_SEARCH].pat != NULL) in save_last_search_pattern() 364 vim_free(spats[RE_SEARCH].pat); in restore_last_search_pattern() 365 spats[RE_SEARCH] = saved_last_search_spat; in restore_last_search_pattern() 377 return spats[RE_SEARCH].pat; in last_search_pattern() 655 if (search_regcomp(pat, RE_SEARCH, pat_use, in searchit() 2899 if (search_regcomp(pattern, RE_SEARCH, RE_SEARCH, in is_zero_width() 2918 SEARCH_KEEP + flag, RE_SEARCH, NULL) != FAIL) in is_zero_width() [all …]
|
| H A D | viminfo.c | 1478 idx = RE_SEARCH; in read_viminfo_search_pattern() 1545 wvsp_one(fp, RE_SEARCH, "", '/'); in write_viminfo_search_pattern()
|
| H A D | vim.h | 1028 #define RE_SEARCH 0 // save/use pat in/from search_pattern macro
|
| H A D | ex_cmds.c | 3751 which_pat = RE_SEARCH; // use last '/' pattern in ex_substitute() 4932 which_pat = RE_SEARCH; // use previous search pattern in ex_global()
|
| H A D | register.c | 2819 set_last_search_pat(str, RE_SEARCH, TRUE, TRUE); in write_reg_contents_ex()
|
| H A D | ex_getln.c | 661 pat, count, search_flags, RE_SEARCH, NULL); in may_adjust_incsearch_highlighting()
|
| H A D | evalfunc.c | 8102 options, RE_SEARCH, &sia); in search_cmn() 8587 options, RE_SEARCH, &sia); in do_searchpair()
|
| H A D | ex_docmd.c | 4282 i = RE_SEARCH; in get_address()
|