Searched refs:search_regcomp (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | search.pro | 2 int search_regcomp(char_u *pat, int pat_save, int pat_use, int options, regmmatch_T *regmatch);
|
| /vim-8.2.3635/src/ |
| H A D | search.c | 125 search_regcomp( in search_regcomp() function 580 (void)search_regcomp((char_u *)"", 0, last_idx, SEARCH_KEEP, regmatch); in last_pat_prog() 655 if (search_regcomp(pat, RE_SEARCH, pat_use, in searchit() 2899 if (search_regcomp(pattern, RE_SEARCH, RE_SEARCH, in is_zero_width()
|
| H A D | ex_cmds.c | 3966 if (search_regcomp(pat, RE_SUBST, which_pat, SEARCH_HIS, ®match) == FAIL) in ex_substitute() 4956 if (search_regcomp(pat, RE_BOTH, which_pat, SEARCH_HIS, ®match) == FAIL) in ex_global()
|