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

/macosx-10.10.1/vim-55/src/
H A Dregexp.c3108 static long vim_regexec_both __ARGS((char_u *line, colnr_T col, proftime_T *tm));
3166 * it's too small. It's freed in vim_regexec_both() when finished.
3347 return (vim_regexec_both(line, col, NULL) != 0);
3371 return (vim_regexec_both(line, col, NULL) != 0);
3410 r = vim_regexec_both(NULL, col, tm);
3421 vim_regexec_both(line, col, tm) function
3832 * vim_regexec_both() to reduce malloc()/free() calls. */

Completed in 239 milliseconds