Searched refs:eof_buf (Results 1 – 4 of 4) sorted by relevance
36 static jmp_buf eof_buf; variable2826 longjmp (eof_buf, 1); in unexpected_eof()6382 if (setjmp (eof_buf)) in gfc_parse_file()
38 static jmp_buf eof_buf; variable3072 longjmp (eof_buf, 1); in unexpected_eof()6717 if (setjmp (eof_buf)) in gfc_parse_file()
519 * parse.c (eof_buf): Rename eof to eof_buf.