Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dterminal.h83 #define TCOLOR_LIGHT(c) ((c) | 0x8) macro
/freebsd/sys/dev/vt/
H A Dvt_core.c1257 *fg = TCOLOR_LIGHT(*fg); in vt_determine_colors()
1260 *bg = TCOLOR_LIGHT(*bg); in vt_determine_colors()