Lines Matching refs:gc_buffer_attributes
143 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()
1050 /* attrs_previous */ gc_buffer_attributes[index] ); in gc_scroll_down()
1053 gc_buffer_attributes[index] = gc_buffer_attributes[index - jump]; in gc_scroll_down()
1071 if (gc_buffer_attributes[index] != ATTR_NONE || in gc_scroll_down()
1087 /* attrs_previous */ gc_buffer_attributes[index] ); 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()
1135 /* attrs */ gc_buffer_attributes[index + jump], in gc_scroll_up()
1142 /* attrs */ gc_buffer_attributes[index + jump], in gc_scroll_up()
1144 /* attrs_previous */ gc_buffer_attributes[index] ); in gc_scroll_up()
1147 gc_buffer_attributes[index] = gc_buffer_attributes[index + jump]; in gc_scroll_up()
1165 if (gc_buffer_attributes[index] != ATTR_NONE || in gc_scroll_up()
1181 /* attrs_previous */ gc_buffer_attributes[index] ); in gc_scroll_up()
1184 gc_buffer_attributes[index] = ATTR_NONE; in gc_scroll_up()
1204 unsigned char attribute = gc_buffer_attributes[index]; in gc_show_cursor()