Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/rasops/
H A Drasops_putchar.h49 #define SET_COLOR(p, index) *(p)++ = clr[index] macro
59 #define SET_COLOR(p, index) \ macro