Home
last modified time | relevance | path

Searched refs:search_regcomp (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dsearch.pro2 int search_regcomp(char_u *pat, int pat_save, int pat_use, int options, regmmatch_T *regmatch);
/vim-8.2.3635/src/
H A Dsearch.c125 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 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()