Home
last modified time | relevance | path

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

/netbsd/src/tests/usr.bin/xlint/lint1/
Dmsg_240.c9 struct s_param { struct
27 return_other_struct(struct s_param s_param) in return_other_struct() argument
30 return s_param; in return_other_struct()
35 assign_other_struct(struct s_param s_param) in assign_other_struct() argument
40 s_local = s_param; in assign_other_struct()
/netbsd/src/usr.bin/xlint/lint1/
Ddecl.c1500 sym->s_param = true; in declarator_name()
1564 sym->s_param = true; in old_style_function_parameter_name()
1768 if (sym->s_param) in enumeration_constant()
2347 sym->s_param = true; in declare_parameter()
2350 if (!sym->s_param) { in declare_parameter()
2353 sym->s_param = true; in declare_parameter()
2608 if (rdsym->s_param) { in check_local_redeclaration()
2787 sym->s_param = dcs->d_kind == DLK_PROTO_PARAMS; in abstract_name_level()
3042 if (sym->s_kind == SK_VCFT && sym->s_param) in check_usage_sym()
Dlint1.h218 bool s_param:1; member
Ddebug.c415 debug_word(sym->s_param, "parameter"); in debug_sym()