Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/libi386/
H A Dvidconsole.c659 static const struct cp437uni cp437unitable[] = { variable
718 max = (sizeof (cp437unitable) / sizeof (struct cp437uni)) - 1; in vga_cp437_to_uni()
722 if (c < cp437unitable[mid].cp437_base) in vga_cp437_to_uni()
724 else if (c > cp437unitable[mid].cp437_base + in vga_cp437_to_uni()
725 cp437unitable[mid].length) in vga_cp437_to_uni()
728 return (c - cp437unitable[mid].cp437_base + in vga_cp437_to_uni()
729 cp437unitable[mid].unicode_base); in vga_cp437_to_uni()
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c1002 static const struct cp437uni cp437unitable[] = { variable
1061 max = (sizeof (cp437unitable) / sizeof (struct cp437uni)) - 1; in vga_cp437_to_uni()
1065 if (c < cp437unitable[mid].cp437_base) in vga_cp437_to_uni()
1067 else if (c > cp437unitable[mid].cp437_base + in vga_cp437_to_uni()
1068 cp437unitable[mid].length) in vga_cp437_to_uni()
1071 return (c - cp437unitable[mid].cp437_base + in vga_cp437_to_uni()
1072 cp437unitable[mid].unicode_base); in vga_cp437_to_uni()