HomeSort by: relevance | last modified time | path
    Searched defs:proto_param (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/xlint/lint1/
decl.c 2512 check_prototype_declaration(const sym_t *old_param, const sym_t *proto_param)
2515 type_t *proto_tp = proto_param->s_type;
2582 const sym_t *proto_param = proto_params; local in function:check_func_old_style_parameters
2585 msg |= check_prototype_declaration(old_param, proto_param);
2586 proto_param = proto_param->s_next;
decl.c 2512 check_prototype_declaration(const sym_t *old_param, const sym_t *proto_param)
2515 type_t *proto_tp = proto_param->s_type;
2582 const sym_t *proto_param = proto_params; local in function:check_func_old_style_parameters
2585 msg |= check_prototype_declaration(old_param, proto_param);
2586 proto_param = proto_param->s_next;
decl.c 2512 check_prototype_declaration(const sym_t *old_param, const sym_t *proto_param)
2515 type_t *proto_tp = proto_param->s_type;
2582 const sym_t *proto_param = proto_params; local in function:check_func_old_style_parameters
2585 msg |= check_prototype_declaration(old_param, proto_param);
2586 proto_param = proto_param->s_next;

Completed in 35 milliseconds