Searched refs:skip_regexp_ex (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | regexp.pro | 5 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 D | regexp.c | 544 return skip_regexp_ex(startp, delim, magic, NULL, NULL, NULL); in skip_regexp() 576 skip_regexp_ex( in skip_regexp_ex() function
|
| H A D | ex_getln.c | 101 (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 D | search.c | 417 (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 D | ex_cmds.c | 3760 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 D | vim9compile.c | 8713 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()
|