/src/games/cgram/ |
cgram.c | 343 bool bold = hinting && local in function:redraw 346 if (bold) 349 if (bold)
|
cgram.c | 343 bool bold = hinting && local in function:redraw 346 if (bold) 349 if (bold)
|
/src/usr.sbin/makemandb/ |
apropos-utils.c | 918 * appears bold when viewed using a pager. 1077 const char *bold, *sgr0, *smso, *rmso, *smul, *rmul; local in function:term_init 1080 bold = sgr0 = NULL; 1084 bold = ti_getstr(ti, "bold"); 1086 if (bold == NULL || sgr0 == NULL) { 1092 bold = sgr0 = NULL; 1101 sa[0] = term_fix_seq(ti, bold ? bold : smso);
|
apropos-utils.c | 918 * appears bold when viewed using a pager. 1077 const char *bold, *sgr0, *smso, *rmso, *smul, *rmul; local in function:term_init 1080 bold = sgr0 = NULL; 1084 bold = ti_getstr(ti, "bold"); 1086 if (bold == NULL || sgr0 == NULL) { 1092 bold = sgr0 = NULL; 1101 sa[0] = term_fix_seq(ti, bold ? bold : smso);
|
/src/sys/arch/amiga/dev/ |
amidisplaycc.c | 574 * Write a character to screen with color / bgcolor / hilite(bold) / 599 int bold; local in function:amidisplaycc_putchar 623 bold = (mode & WSATTR_HILIT) > 0; 661 f |= f >> bold; 676 f |= f >> bold;
|
amidisplaycc.c | 574 * Write a character to screen with color / bgcolor / hilite(bold) / 599 int bold; local in function:amidisplaycc_putchar 623 bold = (mode & WSATTR_HILIT) > 0; 661 f |= f >> bold; 676 f |= f >> bold;
|