Searched refs:TERMFONT_BOLD (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | man_term.c | 294 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 D | eqn_term.c | 35 TERMFONT_BOLD, /* EQNFONT_BOLD */ enumerator 36 TERMFONT_BOLD, /* EQNFONT_FAT */ enumerator
|
H A D | mdoc_term.c | 771 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 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 | 593 term_fontrepl(p, TERMFONT_BOLD); in term_word() 811 if (f == TERMFONT_BOLD || f == TERMFONT_BI) { in encode1()
|
H A D | tbl_term.c | 932 term_fontpush(tp, TERMFONT_BOLD); in tbl_word()
|