Searched refs:endif_line (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dfix-header.c953 and setting *endif_line to the final #endif.
957 check_protection (ifndef_line, endif_line)
958 int *ifndef_line, *endif_line;
1045 *endif_line = lineno;
1074 int endif_line;
1228 if (check_protection (&ifndef_line, &endif_line))
1231 rbrac_line = endif_line;
1073 int endif_line; local
/openbsd-current/gnu/gcc/gcc/
H A Dfix-header.c964 and setting *endif_line to the final #endif.
968 check_protection (int *ifndef_line, int *endif_line)
1055 *endif_line = lineno;
1082 int endif_line;
1237 if (check_protection (&ifndef_line, &endif_line))
1240 rbrac_line = endif_line;
967 check_protection(int *ifndef_line, int *endif_line) argument
1081 int endif_line; local

Completed in 122 milliseconds