Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dex_cmds.pro41 char_u *skip_vimgrep_pat(char_u *p, char_u **s, int *flags);
/vim-8.2.3635/src/
H A Dcmdexpand.c1379 arg = skip_vimgrep_pat(arg, NULL, NULL); in set_one_cmd_context()
H A Dex_docmd.c2928 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 Dex_cmds.c5312 skip_vimgrep_pat(char_u *p, char_u **s, int *flags) in skip_vimgrep_pat() function
H A Dquickfix.c6106 p = skip_vimgrep_pat(eap->arg, &args->spat, &args->flags); in vgr_process_args()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt13703 Solution: Move skip_vimgrep_pat() to separate #ifdef block.
13733 Problem: Warning for missing declaration of skip_vimgrep_pat(). (John