Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/console/
H A Dvideo_console.c182 #define ATTR_BOLD 1 macro
808 gc_attr |= ATTR_BOLD; in gc_putc_gotpars()
817 gc_attr &= ~ATTR_BOLD; in gc_putc_gotpars()
1450 if (attrs & ATTR_BOLD) { /* bold support */ in vc_paint_char_8()
1518 if (attrs & ATTR_BOLD) { /* bold support */ in vc_paint_char_16()
1592 if (attrs & ATTR_BOLD) { /* bold support */ in vc_paint_char_32()