Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/console/
H A Dvideo_console.c238 static int gc_charset_select = 0, gc_save_charset_s = 0; variable
664 gc_save_charset_s = gc_charset_select; in gc_putc_esc()
672 gc_charset_select = gc_save_charset_s; in gc_putc_esc()
903 gc_charset_select = 1; in gc_putc_normal()
906 gc_charset_select = 0; in gc_putc_normal()
928 gc_paint_char(gc_x, gc_y, (ch >= 0x60 && ch <= 0x7f) ? ch + gc_charset[gc_charset_select] in gc_putc_normal()
1005 gc_charset_select = 0; in gc_reset_vt100()