Searched refs:COLOR_TYPE (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/dev/rasops/
H A Drasops_putchar.h39 #define COLOR_TYPE uint8_t macro
41 #define COLOR_TYPE uint16_t macro
43 #define COLOR_TYPE uint32_t macro
47 #define PIXEL_TYPE COLOR_TYPE
61 COLOR_TYPE c = clr[index]; \
104 COLOR_TYPE clr[2];
128 clr[0] = (COLOR_TYPE)ATTR_BG(ri, attr);
129 clr[1] = (COLOR_TYPE)ATTR_FG(ri, attr);
220 #undef COLOR_TYPE macro
/netbsd-current/external/bsd/less/dist/
H A Dless.h448 typedef enum { CT_NULL, CT_4BIT, CT_6BIT } COLOR_TYPE; typedef in typeref:enum:__anon14
H A Dscreen.c2509 public COLOR_TYPE parse_color(char *str, int *p_fg, int *p_bg)
2513 COLOR_TYPE type = CT_NULL;
H A Dfuncs.h32 public COLOR_TYPE parse_color(char *str, int *p_fg, int *p_bg);

Completed in 190 milliseconds