Home
last modified time | relevance | path

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

/original-bsd/usr.bin/ul/
H A Dul.c33 #define BOLD 020 /* Bold */ macro
221 obuf[col].c_mode |= BOLD|mode;
289 case BOLD: in overstrike()
322 case BOLD: *cp++ = '!'; break; in iattr()
469 case BOLD:
/original-bsd/sys/news3400/bm/
H A Dbitmapif.c481 if (sp->s_csr.csr_attributes & BOLD) {
489 if (sp->s_csr.csr_attributes & BOLD) {
543 if (fpa & BOLD)
636 if (fpa & BOLD) {
651 if (fpa & BOLD) {
H A Dvt100.h43 #define BOLD 0x0001 /* bold */ macro
H A Dvt100esc.c364 spc->csr_attributes |= BOLD;
384 spc->csr_attributes &= ~BOLD;
/original-bsd/local/ditroff/ditroff.okeeffe/eqn/
H A Deqn.y11 %right SIZE FONT ROMAN ITALIC BOLD FAT
130 | BOLD { setfont("B"); }
H A De.y16 %right SIZE FONT ROMAN ITALIC BOLD FAT
142 | BOLD { setfont(BLD); }
H A Dlookup.c57 "bold", BOLD,
/original-bsd/old/eqn/common_source/
H A De.y25 %right SIZE FONT ROMAN ITALIC BOLD FAT
150 | BOLD { setfont(BLD); }
H A Dlookup.c56 "bold", BOLD,
/original-bsd/games/larn/
H A Dheader.h395 #define BOLD 3 macro
/original-bsd/old/vpr/vtools/fed/
H A Dsubr.c849 #define BOLD 1 in artificial() macro
861 case 'e': case 'E': kind = BOLD; strbold = "embolden"; break; in artificial()
893 case BOLD: in artificial()