Home
last modified time | relevance | path

Searched refs:nulp (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dex_cmds.pro42 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 Dex_cmds.c5322 skip_vimgrep_pat_ext(char_u *p, char_u **s, int *flags, char_u **nulp, int *cp) in skip_vimgrep_pat_ext() argument
5334 if (nulp != NULL) in skip_vimgrep_pat_ext()
5336 *nulp = p; in skip_vimgrep_pat_ext()
5355 if (nulp != NULL) in skip_vimgrep_pat_ext()
5357 *nulp = p; in skip_vimgrep_pat_ext()
H A Dex_docmd.c2909 char_u *nulp = NULL; in parse_command_modifiers() local
2932 &nulp, &c); in parse_command_modifiers()
2942 if (nulp != NULL) in parse_command_modifiers()
2943 *nulp = c; in parse_command_modifiers()