Searched refs:BOLD (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/xterm/dist/ |
| H A D | doublechr.c | 39 #define WhichCgsId(flag) (((flag) & BOLD) ? gcCBold : gcCNorm) 230 local.attr_flags &= BOLD; 289 (params->attr_flags & BOLD) ? "BOLD" : "NORM", n, name)); 294 temp.flags = (params->attr_flags & BOLD); 331 } else if (params->attr_flags & BOLD) { 332 UIntClr(params->attr_flags, BOLD); 351 if ((attr_flags &= BOLD) != 0)
|
| H A D | testxmc.c | 62 * BOLD 4 119 found = MARK_ON(BOLD); 131 found = MARK_OFF(BOLD);
|
| H A D | html.c | 203 if (ld->attribs[col] & BOLD)
|
| H A D | svg.c | 208 if (ld->attribs[col] & BOLD)
|
| H A D | ptyx.h | 1505 #define COLOR_BD (NUM_ANSI_COLORS) /* BOLD */ 1695 #define XMC_FLAGS (INVERSE|UNDERLINE|BOLD|BLINK) 3545 #define BOLD AttrBIT(2) macro 3613 #define SGR_MASK (BOLD | BLINK | UNDERLINE | INVERSE) 3623 * for BOLD/BLINK to match against the video attributes which were originally 3629 #define BOLDATTR(screen) (unsigned) (USE_BOLD(screen) ? (BOLD | ((screen)->blink_as_bold ? BLINK : 0)) : 0) 3631 #define BOLDATTR(screen) (unsigned) (USE_BOLD(screen) ? (BOLD | BLINK) : 0)
|
| H A D | screen.c | 1692 while (col <= maxcol && (attrs[col] & ~BOLD) == 0 && 1696 while (col <= maxcol && (attrs[maxcol] & ~BOLD) == 0 && 2872 flags ^= BOLD; 2893 flags |= BOLD; 2908 UIntClr(flags, BOLD); 3096 if (dft_bg && !dft_fg && (ld->attribs[col] & BOLD)) 3112 if (ld->attribs[col] & BOLD)
|
| H A D | print.c | 383 && (attr & BOLD) != 0)
|
| H A D | xterm.h | 1798 : (((screen)->colorBDMode && ((flags) & BOLD)) \ 1821 checkVeryBoldAttr(flags, fg, COLOR_BD, BOLD); \
|
| H A D | misc.c | 3252 if (attr & BOLD) 4663 UIntClr(xw->flags, (INVERSE | BLINK | UNDERLINE | BOLD)); 4668 xw->flags |= (value & 1) ? BOLD : 0; 7973 DATA(BOLD); 7999 DATA(BOLD); 8143 POP_FLAG(BOLD);
|
| H A D | fontutils.c | 683 if (params->attr_flags & BOLD) 4188 int which = (params->attr_flags & BOLD) ? fBold : fNorm; 4260 thick = ((params->attr_flags & BOLD) 5937 if (attr_flags & BOLD) {
|
| H A D | charproc.c | 1120 && (xw->flags & BOLD)) 1566 DATA(DGRP(1), BOLD), 4141 UIntSet(xw->flags, BOLD); 4196 UIntClr(xw->flags, BOLD); 5571 | reply_bit(xw->flags & BOLD, 1) 13469 int which_font = ((xw->flags & BOLD) ? fBold : fNorm); 13474 which_font = ((xw->flags & BOLD) ? fWBold : fWide); 13637 which_font = ((attr_flags & BOLD) ? fBold : fNorm); 13643 which_font = ((attr_flags & BOLD) ? fWBold : fWide); 14085 bitclr(&xw->flags, INSERT | INVERSE | BOLD | BLIN [all...] |
| H A D | util.c | 1136 /* clear BOLD flag, else it will be colorBD on bold background color */ 1137 UIntClr(attr_flags, BOLD); 2990 #define UseBoldFont(screen) (!(screen)->colorBDMode || ((screen)->veryBoldColors & BOLD)) 5153 * If we've got BOLD or UNDERLINE color-mode active, those will be used.
|
| /xsrc/external/mit/xman/dist/ |
| H A D | ScrollByL.c | 883 #define BOLD 1 macro 886 #define WHICH(italic, bold) ((bold) ? BOLD : ((italic) ? ITALIC : NORMAL)) 887 /* Choose BOLD over ITALICS. If neither */ 1077 x_loc = DumpText(w, x_loc, y_loc, buf, bufp - buf, BOLD); 1177 case BOLD:
|
Completed in 59 milliseconds