Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/console/
H A Dvideo_console.c183 #define ATTR_BOLD 1 macro
809 gc_attr |= ATTR_BOLD; in gc_putc_gotpars()
818 gc_attr &= ~ATTR_BOLD; in gc_putc_gotpars()
1448 if (attrs & ATTR_BOLD) { /* bold support */ in vc_paint_char_8()
1516 if (attrs & ATTR_BOLD) { /* bold support */ in vc_paint_char_16()
1590 if (attrs & ATTR_BOLD) { /* bold support */ in vc_paint_char_32()