Searched refs:skip_vimgrep_pat_ext (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | ex_cmds.pro | 42 char_u *skip_vimgrep_pat_ext(char_u *p, char_u **s, int *flags, char_u **nulp, int *cp);
|
| /vim-8.2.3635/src/ |
| H A D | ex_cmds.c | 5314 return skip_vimgrep_pat_ext(p, s, flags, NULL, NULL); in skip_vimgrep_pat() 5322 skip_vimgrep_pat_ext(char_u *p, char_u **s, int *flags, char_u **nulp, int *cp) in skip_vimgrep_pat_ext() function
|
| H A D | ex_docmd.c | 2931 p = skip_vimgrep_pat_ext(p, ®_pat, NULL, in parse_command_modifiers()
|