Searched refs:skip_vimgrep_pat (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | ex_cmds.pro | 41 char_u *skip_vimgrep_pat(char_u *p, char_u **s, int *flags);
|
| /vim-8.2.3635/src/ |
| H A D | cmdexpand.c | 1379 arg = skip_vimgrep_pat(arg, NULL, NULL); in set_one_cmd_context()
|
| H A D | ex_docmd.c | 2928 p = skip_vimgrep_pat(p, NULL, NULL); in parse_command_modifiers() 4645 p = skip_vimgrep_pat(p, NULL, NULL); in skip_grep_pat()
|
| H A D | ex_cmds.c | 5312 skip_vimgrep_pat(char_u *p, char_u **s, int *flags) in skip_vimgrep_pat() function
|
| H A D | quickfix.c | 6106 p = skip_vimgrep_pat(eap->arg, &args->spat, &args->flags); in vgr_process_args()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version8.txt | 13703 Solution: Move skip_vimgrep_pat() to separate #ifdef block. 13733 Problem: Warning for missing declaration of skip_vimgrep_pat(). (John
|