Searched refs:proto_n (Results 1 – 1 of 1) sorted by relevance
1882 int proto_n = 0; in check_old_style_definition() local1884 proto_n++; in check_old_style_definition()1885 if (old_n != proto_n) { in check_old_style_definition()2545 int old_n = 0, proto_n = 0; in check_func_old_style_parameters() local2548 proto_n++; in check_func_old_style_parameters()2551 if (old_n != proto_n) { in check_func_old_style_parameters()2553 error(51, proto_n, old_n); in check_func_old_style_parameters()