Home
last modified time | relevance | path

Searched refs:whitep (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9compile.c2736 *arg = skipwhite(whitep); in may_get_next_line()
3346 char_u *whitep = *arg; in compile_arguments() local
3393 whitep = p; in compile_arguments()
3647 char_u *whitep = *arg + 1; in compile_list() local
3683 whitep = p; in compile_list()
3818 char_u *whitep = *arg + 1; in compile_dict() local
3909 whitep = *arg + 1; in compile_dict()
3928 whitep = *arg; in compile_dict()
3941 if (IS_WHITE_OR_NUL(*whitep)) in compile_dict()
3946 whitep = *arg + 1; in compile_dict()
[all …]
H A Duserfunc.c195 char_u *whitep = *argp; in get_function_args() local
215 && (*p == NUL || (VIM_ISWHITE(*whitep) && *p == '#'))) in get_function_args()
225 whitep = (char_u *)" "; in get_function_args()
288 whitep = p; in get_function_args()
350 whitep = p; in get_function_args()
3866 char_u *whitep; in define_function() local
4112 whitep = p; in define_function()
4131 whitep = p; in define_function()
4146 whitep = p; in define_function()
4185 && !(VIM_ISWHITE(*whitep) && *p == '#' in define_function()