Searched refs:TERMFONT_BOLD (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | man_term.c | 283 font[1] = TERMFONT_BOLD; in pre_alternate() 290 font[0] = TERMFONT_BOLD; in pre_alternate() 294 font[0] = TERMFONT_BOLD; in pre_alternate() 303 font[1] = TERMFONT_BOLD; in pre_alternate() 323 term_fontrepl(p, TERMFONT_BOLD); in pre_B() 357 term_fontrepl(p, TERMFONT_BOLD); in pre_OP() 694 term_fontrepl(p, TERMFONT_BOLD); in pre_SS() 735 term_fontrepl(p, TERMFONT_BOLD); in pre_SH() 854 term_fontrepl(p, TERMFONT_BOLD); in pre_SY()
|
H A D | eqn_term.c | 35 TERMFONT_BOLD, /* EQNFONT_BOLD */ enumerator 36 TERMFONT_BOLD, /* EQNFONT_FAT */ enumerator
|
H A D | mdoc_term.c | 770 term_fontpush(p, TERMFONT_BOLD); in termp_it_pre() 877 term_fontpush(p, TERMFONT_BOLD); in termp_it_pre() 883 term_fontpush(p, TERMFONT_BOLD); in termp_it_pre() 1038 term_fontpush(p, TERMFONT_BOLD); in termp_fl_pre() 1243 term_fontpush(p, TERMFONT_BOLD); in termp_bold_pre() 1353 term_fontpush(p, TERMFONT_BOLD); in termp_fn_pre() 1538 term_fontpush(p, TERMFONT_BOLD); in termp_in_pre() 1553 term_fontpush(p, TERMFONT_BOLD); in termp_in_post() 1891 term_fontpush(p, TERMFONT_BOLD); in termp_lk_pre()
|
H A D | term.h | 33 TERMFONT_BOLD, enumerator
|
H A D | roff_term.c | 116 term_fontrepl(p, TERMFONT_BOLD); in roff_term_pre_ft()
|
H A D | term_ps.c | 1134 case TERMFONT_BOLD: in ps_letter() 1152 p->ps->nextf = TERMFONT_BOLD; in ps_letter()
|
H A D | term.c | 623 term_fontrepl(p, TERMFONT_BOLD); in term_word() 868 if (f == TERMFONT_BOLD || f == TERMFONT_BI) { in encode1()
|
H A D | tbl_term.c | 935 term_fontpush(tp, TERMFONT_BOLD); in tbl_word()
|