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

  /src/usr.bin/xlint/lint1/
decl.c 1905 int old_n = 0; local in function:check_old_style_definition
1907 old_n++;
1911 if (old_n != proto_n) {
1921 while (old_n-- > 0) {
2571 int old_n = 0, proto_n = 0; local in function:check_func_old_style_parameters
2576 old_n++;
2577 if (old_n != proto_n) {
2579 error(51, proto_n, old_n);
2584 while (old_n-- > 0) {
decl.c 1905 int old_n = 0; local in function:check_old_style_definition
1907 old_n++;
1911 if (old_n != proto_n) {
1921 while (old_n-- > 0) {
2571 int old_n = 0, proto_n = 0; local in function:check_func_old_style_parameters
2576 old_n++;
2577 if (old_n != proto_n) {
2579 error(51, proto_n, old_n);
2584 while (old_n-- > 0) {
decl.c 1905 int old_n = 0; local in function:check_old_style_definition
1907 old_n++;
1911 if (old_n != proto_n) {
1921 while (old_n-- > 0) {
2571 int old_n = 0, proto_n = 0; local in function:check_func_old_style_parameters
2576 old_n++;
2577 if (old_n != proto_n) {
2579 error(51, proto_n, old_n);
2584 while (old_n-- > 0) {

Completed in 35 milliseconds