tag | line | file | source code |
---|---|---|---|
cure | 462 | drivers/char/vga.c | unsigned char ovr, vde, fsr, curs, cure; |
cure | 494 | drivers/char/vga.c | cure = inb_p(video_port_val); |
cure | 503 | drivers/char/vga.c | cure = (cure & 0xe0) + fontheight - (fontheight < 10 ? 1 : 2); |
cure | 513 | drivers/char/vga.c | outb_p( cure, video_port_val ); |