Searched refs:TERMFONT_BOLD (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/mandoc/ |
H A D | eqn_term.c | 33 TERMFONT_BOLD, /* EQNFONT_BOLD */ enumerator 34 TERMFONT_BOLD, /* EQNFONT_FAT */ enumerator
|
H A D | mdoc_term.c | 761 term_fontpush(p, TERMFONT_BOLD); in termp_it_pre() 903 term_fontpush(p, TERMFONT_BOLD); in termp_it_pre() 910 term_fontpush(p, TERMFONT_BOLD); in termp_it_pre() 1040 term_fontpush(p, TERMFONT_BOLD); in termp_nm_pre() 1068 term_fontpush(p, TERMFONT_BOLD); in termp_fl_pre() 1186 term_fontpush(p, TERMFONT_BOLD); in termp_rv_pre() 1232 term_fontpush(p, TERMFONT_BOLD); in termp_ex_pre() 1399 term_fontpush(p, TERMFONT_BOLD); in termp_bold_pre() 1438 term_fontpush(p, TERMFONT_BOLD); in termp_sh_pre() 1549 term_fontpush(p, TERMFONT_BOLD); in termp_fn_pre() [all …]
|
H A D | man_term.c | 302 font[1] = TERMFONT_BOLD; in pre_alternate() 309 font[0] = TERMFONT_BOLD; in pre_alternate() 313 font[0] = TERMFONT_BOLD; in pre_alternate() 322 font[1] = TERMFONT_BOLD; in pre_alternate() 348 term_fontrepl(p, TERMFONT_BOLD); in pre_B() 361 term_fontrepl(p, TERMFONT_BOLD); in pre_OP() 393 term_fontrepl(p, TERMFONT_BOLD); in pre_ft() 803 term_fontrepl(p, TERMFONT_BOLD); in pre_SS() 857 term_fontrepl(p, TERMFONT_BOLD); in pre_SH()
|
H A D | term.h | 39 TERMFONT_BOLD, enumerator
|
H A D | term.c | 496 term_fontrepl(p, TERMFONT_BOLD); in term_word() 574 if (TERMFONT_BOLD == f || TERMFONT_BI == f) { in encode1()
|
H A D | term_ps.c | 1010 } else if (p->ps->lastf != TERMFONT_BOLD) { in ps_letter() 1012 ps_setfont(p, TERMFONT_BOLD); in ps_letter()
|