Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/console/
H A Dvideo_console.c237 static int gc_charset_select = 0, gc_save_charset_s = 0; variable
663 gc_save_charset_s = gc_charset_select; in gc_putc_esc()
671 gc_charset_select = gc_save_charset_s; in gc_putc_esc()
902 gc_charset_select = 1; in gc_putc_normal()
905 gc_charset_select = 0; in gc_putc_normal()
927 gc_paint_char(gc_x, gc_y, (ch >= 0x60 && ch <= 0x7f) ? ch + gc_charset[gc_charset_select] in gc_putc_normal()
1004 gc_charset_select = 0; in gc_reset_vt100()