Home
last modified time | relevance | path

Searched refs:STI_COLOUR_BLACK (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/arch/hp300/stand/common/
Dite_sti.c218 a.in.bg_colour = STI_COLOUR_BLACK; in sti_putc()
258 a.in.fg_colour = STI_COLOUR_BLACK; in sti_do_cursor()
281 a.in.bg_colour = STI_COLOUR_BLACK; in sti_clear()
303 a.in.bg_colour = STI_COLOUR_BLACK; in sti_scroll()
/netbsd/src/sys/dev/ic/
Dsti.c911 a.in.bg_colour = STI_COLOUR_BLACK; in sti_fetchfonts()
1028 a.in.bg_colour = STI_COLOUR_BLACK; in sti_bmove()
1033 a.in.bg_colour = STI_COLOUR_BLACK; in sti_bmove()
1037 a.in.fg_colour = STI_COLOUR_BLACK; in sti_bmove()
1466 fg = STI_COLOUR_BLACK; in sti_alloc_attr()
1470 bg = STI_COLOUR_BLACK; in sti_alloc_attr()
Dstireg.h107 #define STI_COLOUR_BLACK 0 macro