Home
last modified time | relevance | path

Searched refs:cp437unitable (Results 1 – 1 of 1) sorted by relevance

/freebsd/stand/i386/libi386/
H A Dvidconsole.c702 static const struct cp437uni cp437unitable[] = { variable
761 max = (sizeof(cp437unitable) / sizeof(struct cp437uni)) - 1; in vga_cp437_to_uni()
765 if (c < cp437unitable[mid].cp437_base) in vga_cp437_to_uni()
767 else if (c > cp437unitable[mid].cp437_base + in vga_cp437_to_uni()
768 cp437unitable[mid].length) in vga_cp437_to_uni()
771 return (c - cp437unitable[mid].cp437_base + in vga_cp437_to_uni()
772 cp437unitable[mid].unicode_base); in vga_cp437_to_uni()