HomeSort by: relevance | last modified time | path
    Searched defs:CATTR (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/bebox/stand/boot/
vga.c 82 #define CATTR(x) (x) /* store color/attributes un-shifted */
116 pccolor = CATTR((background<<4)|foreground);
117 pccolor_so = CATTR((foreground<<4)|background);
  /src/sys/arch/prep/stand/boot/
vga.c 84 #define CATTR(x) (x) /* store color/attributes un-shifted */
118 pccolor = CATTR((background<<4)|foreground);
119 pccolor_so = CATTR((foreground<<4)|background);

Completed in 13 milliseconds