Searched refs:s_defparam (Results 1 – 3 of 3) sorted by relevance
1458 else if (sym->s_defparam) { in declarator_name()1459 sym->s_defparam = false; in declarator_name()1556 lint_assert(sym->s_defparam); in old_style_function_parameter_name()1563 sym->s_defparam = true; in old_style_function_parameter_name()2528 if (arg->s_defparam) { in check_func_old_style_parameters()2531 arg->s_defparam = false; in check_func_old_style_parameters()
220 bool s_defparam:1; /* undefined symbol in old-style function member
417 debug_word(sym->s_defparam, "old-style-undefined"); in debug_sym()