Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/console/
H A Dvideo_console.c182 #define ATTR_NONE 0 macro
299 gc_paint_char(i, yy, ' ', ATTR_NONE); in gc_clear_line()
333 memset(gc_buffer_attributes + start, ATTR_NONE, end - start + 1); in gc_clear_screen()
419 memset( buffer_attributes, ATTR_NONE, buffer_size ); in gc_enable()
612 gc_paint_char(xx, yy, 'E', ATTR_NONE); in gc_putc_charsizecmd()
772 gc_paint_char(i, gc_y, ' ', ATTR_NONE); in gc_putc_gotpars()
804 gc_attr = ATTR_NONE; in gc_putc_gotpars()
1003 gc_attr = ATTR_NONE; in gc_reset_vt100()
1072 if (gc_buffer_attributes[index] != ATTR_NONE || in gc_scroll_down()
1079 /* attrs */ ATTR_NONE, in gc_scroll_down()
[all …]