Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dparse.c36 static jmp_buf eof_buf; variable
2826 longjmp (eof_buf, 1); in unexpected_eof()
6382 if (setjmp (eof_buf)) in gfc_parse_file()
H A Dparse.cc38 static jmp_buf eof_buf; variable
3072 longjmp (eof_buf, 1); in unexpected_eof()
6717 if (setjmp (eof_buf)) in gfc_parse_file()
H A DChangeLog-2004519 * parse.c (eof_buf): Rename eof to eof_buf.
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dparse.c36 static jmp_buf eof_buf; variable
2826 longjmp (eof_buf, 1); in unexpected_eof()
6382 if (setjmp (eof_buf)) in gfc_parse_file()