Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/console/
H A Dvideo_console.c190 #define COLOR_CODE_GET(code, fore) (((code) & ((fore) ? 0xF0 : 0x0F)) >> ((fore) … macro
460 gc_update_color(COLOR_CODE_GET(colorcode, TRUE ), TRUE ); in gc_hide_cursor()
461 gc_update_color(COLOR_CODE_GET(colorcode, FALSE), FALSE); in gc_hide_cursor()
465 gc_update_color(COLOR_CODE_GET(colorcodesave, TRUE ), TRUE ); in gc_hide_cursor()
466 gc_update_color(COLOR_CODE_GET(colorcodesave, FALSE), FALSE); in gc_hide_cursor()
1034 gc_update_color(COLOR_CODE_GET(gc_buffer_colorcodes[index - jump], TRUE ), TRUE ); in gc_scroll_down()
1035 gc_update_color(COLOR_CODE_GET(gc_buffer_colorcodes[index - jump], FALSE), FALSE); in gc_scroll_down()
1062 gc_update_color(COLOR_CODE_GET(colorcodesave, TRUE ), TRUE ); in gc_scroll_down()
1063 gc_update_color(COLOR_CODE_GET(colorcodesave, FALSE), FALSE); in gc_scroll_down()
1128 gc_update_color(COLOR_CODE_GET(gc_buffer_colorcodes[index + jump], TRUE ), TRUE ); in gc_scroll_up()
[all …]