Home
last modified time | relevance | path

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

/freebsd/sys/amd64/include/pc/
H A Ddisplay.h19 #define FG_LIGHTRED 12 macro
/freebsd/sys/i386/include/pc/
H A Ddisplay.h19 #define FG_LIGHTRED 12 macro
/freebsd/sys/arm/include/
H A Dsc_machdep.h46 #define FG_LIGHTRED 0xc macro
/freebsd/sys/powerpc/include/
H A Dsc_machdep.h46 #define FG_LIGHTRED 0xc macro
/freebsd/sys/dev/syscons/snake/
H A Dsnake_saver.c125 color = FG_LIGHTRED | BG_BLACK; in snake_saver()
/freebsd/sys/sys/
H A Dterminal.h101 #define FG_LIGHTRED (TFORMAT(TF_BOLD) | TCOLOR_FG(TC_RED)) macro
/freebsd/sys/dev/syscons/daemon/
H A Ddaemon_saver.c157 case 'R': attr = FG_LIGHTRED | BG_BLACK; break; in draw_daemon()
/freebsd/sys/dev/syscons/
H A Dscterm-sc.c183 FG_DARKGREY, FG_LIGHTRED, FG_LIGHTGREEN, FG_YELLOW, in scterm_scan_esc()
H A Dsyscons.c3205 FG_LIGHTRED, in scinit()
/freebsd/sys/conf/
H A DNOTES1549 options TERMINAL_KERN_ATTR=(FG_LIGHTRED|BG_BLACK)