Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/xlint/lint1/
Ddecl.c1882 int proto_n = 0; in check_old_style_definition() local
1884 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() local
2548 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()