Home
last modified time | relevance | path

Searched refs:skip_regexp_ex (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dregexp.pro5 char_u *skip_regexp_ex(char_u *startp, int dirc, int magic, char_u **newp, int *dropped, magic_T *m…
/vim-8.2.3635/src/
H A Dregexp.c544 return skip_regexp_ex(startp, delim, magic, NULL, NULL, NULL); in skip_regexp()
576 skip_regexp_ex( in skip_regexp_ex() function
H A Dex_getln.c101 (void) skip_regexp_ex(p, delim, magic_isset(), NULL, NULL, &magic_val); in empty_pattern()
314 end = skip_regexp_ex(p, delim, magic_isset(), NULL, NULL, &magic); in do_incsearch_highlighting()
H A Dsearch.c417 (void)skip_regexp_ex(pat, NUL, magic_isset(), NULL, NULL, &magic_val); in pat_has_uppercase()
1337 p = skip_regexp_ex(pat, search_delim, magic_isset(), in do_search()
H A Dex_cmds.c3760 cmd = skip_regexp_ex(cmd, delimiter, magic_isset(), in ex_substitute()
4951 cmd = skip_regexp_ex(cmd, delim, magic_isset(), &eap->arg, NULL, NULL); in ex_global()
H A Dvim9compile.c8713 end = skip_regexp_ex(p + 1, *p, TRUE, &tofree, &dropped, NULL); in compile_catch()
9188 p = skip_regexp_ex(eap->arg + 1, delim, TRUE, NULL, NULL, NULL); in compile_exec()
9305 cmd = skip_regexp_ex(cmd, delimiter, magic_isset(), NULL, NULL, NULL); in compile_substitute()