Home
last modified time | relevance | path

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

/xnu-11215/osfmk/console/
H A Dvideo_console.c143 static unsigned char *gc_buffer_attributes; variable
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()
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()
1053 gc_buffer_attributes[index] = gc_buffer_attributes[index - jump]; in gc_scroll_down()
1090 gc_buffer_attributes[index] = ATTR_NONE; in gc_scroll_down()
1123 if (gc_buffer_attributes[index] != gc_buffer_attributes[index + jump] || in gc_scroll_up()
1147 gc_buffer_attributes[index] = gc_buffer_attributes[index + jump]; in gc_scroll_up()
[all …]