Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/console/
H A Dvideo_console.c189 #define COLOR_CODE_GET(code, fore) (((code) & ((fore) ? 0xF0 : 0x0F)) >> ((fore) … macro
459 gc_update_color(COLOR_CODE_GET(colorcode, TRUE ), TRUE ); in gc_hide_cursor()
460 gc_update_color(COLOR_CODE_GET(colorcode, FALSE), FALSE); in gc_hide_cursor()
464 gc_update_color(COLOR_CODE_GET(colorcodesave, TRUE ), TRUE ); in gc_hide_cursor()
465 gc_update_color(COLOR_CODE_GET(colorcodesave, FALSE), FALSE); in gc_hide_cursor()
1033 gc_update_color(COLOR_CODE_GET(gc_buffer_colorcodes[index - jump], TRUE ), TRUE ); in gc_scroll_down()
1034 gc_update_color(COLOR_CODE_GET(gc_buffer_colorcodes[index - jump], FALSE), FALSE); in gc_scroll_down()
1061 gc_update_color(COLOR_CODE_GET(colorcodesave, TRUE ), TRUE ); in gc_scroll_down()
1062 gc_update_color(COLOR_CODE_GET(colorcodesave, FALSE), FALSE); in gc_scroll_down()
1127 gc_update_color(COLOR_CODE_GET(gc_buffer_colorcodes[index + jump], TRUE ), TRUE ); in gc_scroll_up()
[all …]