Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Duserfunc.c76 int is_underscore = FALSE; in one_function_arg() local
111 is_underscore = arg_copy[0] == '_' && arg_copy[1] == NUL; in one_function_arg()
112 if (argtypes == NULL || !is_underscore) in one_function_arg()
151 else if (*skipwhite(p) != '=' && !types_optional && !is_underscore) in one_function_arg()