Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/console/
H A Dvideo_console.c181 #define ATTR_NONE 0 macro
298 gc_paint_char(i, yy, ' ', ATTR_NONE); in gc_clear_line()
332 memset(gc_buffer_attributes + start, ATTR_NONE, end - start + 1); in gc_clear_screen()
418 memset( buffer_attributes, ATTR_NONE, buffer_size ); in gc_enable()
611 gc_paint_char(xx, yy, 'E', ATTR_NONE); in gc_putc_charsizecmd()
771 gc_paint_char(i, gc_y, ' ', ATTR_NONE); in gc_putc_gotpars()
803 gc_attr = ATTR_NONE; in gc_putc_gotpars()
1002 gc_attr = ATTR_NONE; in gc_reset_vt100()
1071 if (gc_buffer_attributes[index] != ATTR_NONE || in gc_scroll_down()
1078 /* attrs */ ATTR_NONE, in gc_scroll_down()
[all …]