Home | Sort by: relevance | last modified time | path |
/src/usr.bin/xlint/lint1/ | |
decl.c | 1908 int proto_n = 0; local in function:check_old_style_definition 1910 proto_n++; 1911 if (old_n != proto_n) { 2571 int old_n = 0, proto_n = 0; local in function:check_func_old_style_parameters 2574 proto_n++; 2577 if (old_n != proto_n) { 2579 error(51, proto_n, old_n); |
decl.c | 1908 int proto_n = 0; local in function:check_old_style_definition 1910 proto_n++; 1911 if (old_n != proto_n) { 2571 int old_n = 0, proto_n = 0; local in function:check_func_old_style_parameters 2574 proto_n++; 2577 if (old_n != proto_n) { 2579 error(51, proto_n, old_n); |