taglinefilesource code
fill_inbuf181arch/i386/boot/compressed/gzip.h#define get_byte()  (inptr < insize ? inbuf[inptr++] : fill_inbuf())
fill_inbuf270arch/i386/boot/compressed/gzip.hextern int  fill_inbuf    OF((void));