Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/xlint/lint1/
Ddecl.c1458 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()
Dlint1.h220 bool s_defparam:1; /* undefined symbol in old-style function member
Ddebug.c417 debug_word(sym->s_defparam, "old-style-undefined"); in debug_sym()