Searched refs:fillchar (Results 1 – 1 of 1) sorted by relevance
166 unsigned char fillchar = 0xbf; /* magic */ in hga_clear_screen() local171 fillchar = ' '; in hga_clear_screen()173 fillchar = 0x00; in hga_clear_screen()175 if (fillchar != 0xbf) in hga_clear_screen()176 memset_io(hga_vram, fillchar, hga_vram_len); in hga_clear_screen()