Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/console/
H A Dvideo_console.c144 static unsigned char *gc_buffer_attributes; variable
333 memset(gc_buffer_attributes + start, ATTR_NONE, end - start + 1); in gc_clear_screen()
364 buffer_attributes = gc_buffer_attributes; in gc_enable()
372 gc_buffer_attributes = NULL; in gc_enable()
429 gc_buffer_attributes = buffer_attributes; in gc_enable()
455 unsigned char attribute = gc_buffer_attributes[index]; in gc_hide_cursor()
494 gc_buffer_attributes[index] = attrs; in gc_paint_char()
1030 if (gc_buffer_attributes[index] != gc_buffer_attributes[index - jump] || in gc_scroll_down()
1042 /* attrs */ gc_buffer_attributes[index - jump], in gc_scroll_down()
1049 /* attrs */ gc_buffer_attributes[index - jump], in gc_scroll_down()
[all …]