Home
last modified time | relevance | path

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

/freebsd/sys/amd64/include/pc/
H A Ddisplay.h21 #define FG_YELLOW 14 macro
/freebsd/sys/i386/include/pc/
H A Ddisplay.h21 #define FG_YELLOW 14 macro
/freebsd/sys/arm/include/
H A Dsc_machdep.h48 #define FG_YELLOW 0xe macro
/freebsd/sys/powerpc/include/
H A Dsc_machdep.h48 #define FG_YELLOW 0xe macro
/freebsd/sys/dev/syscons/snake/
H A Dsnake_saver.c123 color = FG_YELLOW | BG_BLACK; in snake_saver()
/freebsd/sys/sys/
H A Dterminal.h103 #define FG_YELLOW (TFORMAT(TF_BOLD) | TCOLOR_FG(TC_YELLOW)) macro
/freebsd/sys/dev/syscons/daemon/
H A Ddaemon_saver.c158 case 'Y': attr = FG_YELLOW | 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.c3203 FG_YELLOW, in scinit()
/freebsd/sys/x86/conf/
H A DNOTES217 options SC_NORM_REV_ATTR=(FG_YELLOW|BG_GREEN)