Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/console/
H A Dvideo_console.c143 static unsigned char *gc_buffer_attributes; variable
332 memset(gc_buffer_attributes + start, ATTR_NONE, end - start + 1); in gc_clear_screen()
363 buffer_attributes = gc_buffer_attributes; in gc_enable()
371 gc_buffer_attributes = NULL; in gc_enable()
428 gc_buffer_attributes = buffer_attributes; in gc_enable()
454 unsigned char attribute = gc_buffer_attributes[index]; in gc_hide_cursor()
493 gc_buffer_attributes[index] = attrs; in gc_paint_char()
1029 if (gc_buffer_attributes[index] != gc_buffer_attributes[index - jump] || in gc_scroll_down()
1041 /* attrs */ gc_buffer_attributes[index - jump], in gc_scroll_down()
1048 /* attrs */ gc_buffer_attributes[index - jump], in gc_scroll_down()
[all …]