Lines Matching defs:in_eof
493 int in_eof; /* true if reached end of file on input */
2190 read, update g.in_tot, and return g.in_left -- g.in_eof is set to true when
2196 g.in_eof = 1;
2249 g.in_eof = 1;
2261 g.in_eof = 0;
2270 #define GET() (g.in_eof || (g.in_left == 0 && load() == 0) ? EOF : \
2328 if (g.in_eof)
2394 if (g.in_eof)
2398 if (g.in_eof)
2408 if (g.in_eof)
2416 if (g.in_eof)
2423 if (g.in_eof)
2455 return g.in_eof ? -3 : method;
2466 if (g.in_eof)
2483 if (g.in_eof)
2516 if (g.in_eof)
2522 if (g.in_eof)
2959 if (g.in_eof)
2986 if (g.in_eof)
2999 if (g.in_eof)
3007 if (g.in_eof)
3091 if (g.in_eof)
3110 if (g.in_eof) /* no compressed data is ok */
3114 if (g.in_eof || (got & 1) != 0) /* missing a bit or code >= 256 */
3138 if (g.in_eof) { /* EOF is end of compressed data */
3150 if (g.in_eof) /* can't end in middle of code */