Searched refs:TERMFONT_BOLD (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/mandoc/ |
H A D | mdoc_term.c | 753 term_fontpush(p, TERMFONT_BOLD); in termp_it_pre() 897 term_fontpush(p, TERMFONT_BOLD); in termp_it_pre() 904 term_fontpush(p, TERMFONT_BOLD); in termp_it_pre() 1034 term_fontpush(p, TERMFONT_BOLD); in termp_nm_pre() 1059 term_fontpush(p, TERMFONT_BOLD); in termp_fl_pre() 1138 term_fontpush(p, TERMFONT_BOLD); in termp_rv_pre() 1189 term_fontpush(p, TERMFONT_BOLD); in termp_ex_pre() 1340 term_fontpush(p, TERMFONT_BOLD); in termp_bold_pre() 1376 term_fontpush(p, TERMFONT_BOLD); in termp_sh_pre() 1473 term_fontpush(p, TERMFONT_BOLD); in termp_fn_pre() [all …]
|
H A D | man_term.c | 288 font[1] = TERMFONT_BOLD; in pre_alternate() 295 font[0] = TERMFONT_BOLD; in pre_alternate() 299 font[0] = TERMFONT_BOLD; in pre_alternate() 308 font[1] = TERMFONT_BOLD; in pre_alternate() 333 term_fontrepl(p, TERMFONT_BOLD); in pre_B() 345 term_fontrepl(p, TERMFONT_BOLD); in pre_OP() 376 term_fontrepl(p, TERMFONT_BOLD); in pre_ft() 754 term_fontrepl(p, TERMFONT_BOLD); in pre_SS() 809 term_fontrepl(p, TERMFONT_BOLD); in pre_SH()
|
H A D | eqn_term.c | 34 TERMFONT_BOLD, /* EQNFONT_BOLD */ enumerator 35 TERMFONT_BOLD, /* EQNFONT_FAT */ enumerator
|
H A D | term.h | 33 TERMFONT_BOLD, enumerator
|
H A D | term.c | 466 term_fontrepl(p, TERMFONT_BOLD); in term_word() 570 if (TERMFONT_BOLD == f || TERMFONT_BI == f) { in encode1()
|
H A D | term_ps.c | 1103 case TERMFONT_BOLD: in ps_letter() 1121 p->ps->nextf = TERMFONT_BOLD; in ps_letter()
|
H A D | tbl_term.c | 419 term_fontpush(tp, TERMFONT_BOLD); in tbl_word()
|