Searched refs:is_underscore (Results 1 – 1 of 1) sorted by relevance
76 int is_underscore = FALSE; in one_function_arg() local111 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()