Home
last modified time | relevance | path

Searched refs:skip_regexp_err (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dregexp.pro4 char_u *skip_regexp_err(char_u *startp, int delim, int magic);
/vim-8.2.3635/src/
H A Dex_eval.c1733 end = skip_regexp_err(pat, *eap->arg, TRUE); in ex_catch()
H A Dregexp.c552 skip_regexp_err( in skip_regexp_err() function
H A Dex_cmds.c460 s = skip_regexp_err(p + 1, *p, TRUE); in ex_sort()