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

/macosx-10.10.1/vim-55/src/proto/
H A Dsearch.pro2 int search_regcomp __ARGS((char_u *pat, int pat_save, int pat_use, int options, regmmatch_T *regmatch));
/macosx-10.10.1/vim-55/src/
H A Dsearch.c55 * This is in search_regcomp().
102 static char_u *mr_pattern = NULL; /* pattern used by search_regcomp() */
136 search_regcomp(pat, pat_save, pat_use, options, regmatch) function
223 * Get search pattern used by search_regcomp().
503 (void)search_regcomp((char_u *)"", 0, last_idx, SEARCH_KEEP, regmatch);
560 if (search_regcomp(pat, RE_SEARCH, pat_use,
1168 /* make search_regcomp() use spats[RE_SEARCH].pat */
H A Dex_cmds.c4372 pat = NULL; /* search_regcomp() will use previous pattern */
4482 if (search_regcomp(pat, RE_SUBST, which_pat, SEARCH_HIS, &regmatch) == FAIL)
5310 if (search_regcomp(pat, RE_BOTH, which_pat, SEARCH_HIS, &regmatch) == FAIL)

Completed in 99 milliseconds