Home | History | Annotate | Download | only in core

Lines Matching refs:hdr

49 	} hdr;
57 if (_fread(&hdr, sizeof hdr, f) != sizeof hdr)
61 if (hdr.magic != 0x0436)
65 if (hdr.mode > 5)
69 if (hdr.height < 2 || hdr.height > 32)
74 if (_fread(fontbuf, 256*hdr.height, f) != 256*hdr.height)
78 VGAFontSize = hdr.height;