Home
last modified time | relevance | path

Searched defs:SET_BG_COLOR (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/less/dist/
H A Dscreen.c122 #define SET_BG_COLOR(bg) _setbkcolor(bg) macro
135 #define SET_BG_COLOR(bg) textbackground(bg) macro
176 #define SET_BG_COLOR(bg) { curr_attr &= ~0xf0; curr_attr |= ((bg)<<4); APPLY_COLORS(); } macro