Home
last modified time | relevance | path

Searched refs:TERMFONT_BOLD (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/mandoc/
H A Dman_term.c294 font[1] = TERMFONT_BOLD; in pre_alternate()
301 font[0] = TERMFONT_BOLD; in pre_alternate()
305 font[0] = TERMFONT_BOLD; in pre_alternate()
314 font[1] = TERMFONT_BOLD; in pre_alternate()
334 term_fontrepl(p, TERMFONT_BOLD); in pre_B()
345 term_fontrepl(p, TERMFONT_BOLD); in pre_OP()
682 term_fontrepl(p, TERMFONT_BOLD); in pre_SS()
723 term_fontrepl(p, TERMFONT_BOLD); in pre_SH()
842 term_fontrepl(p, TERMFONT_BOLD); in pre_SY()
H A Deqn_term.c35 TERMFONT_BOLD, /* EQNFONT_BOLD */ enumerator
36 TERMFONT_BOLD, /* EQNFONT_FAT */ enumerator
H A Dmdoc_term.c771 term_fontpush(p, TERMFONT_BOLD); in termp_it_pre()
878 term_fontpush(p, TERMFONT_BOLD); in termp_it_pre()
884 term_fontpush(p, TERMFONT_BOLD); in termp_it_pre()
1039 term_fontpush(p, TERMFONT_BOLD); in termp_fl_pre()
1244 term_fontpush(p, TERMFONT_BOLD); in termp_bold_pre()
1354 term_fontpush(p, TERMFONT_BOLD); in termp_fn_pre()
1539 term_fontpush(p, TERMFONT_BOLD); in termp_in_pre()
1554 term_fontpush(p, TERMFONT_BOLD); in termp_in_post()
1892 term_fontpush(p, TERMFONT_BOLD); in termp_lk_pre()
H A Dterm.h33 TERMFONT_BOLD, enumerator
H A Droff_term.c116 term_fontrepl(p, TERMFONT_BOLD); in roff_term_pre_ft()
H A Dterm_ps.c1134 case TERMFONT_BOLD: in ps_letter()
1152 p->ps->nextf = TERMFONT_BOLD; in ps_letter()
H A Dterm.c593 term_fontrepl(p, TERMFONT_BOLD); in term_word()
811 if (f == TERMFONT_BOLD || f == TERMFONT_BI) { in encode1()
H A Dtbl_term.c932 term_fontpush(tp, TERMFONT_BOLD); in tbl_word()