Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dmdoc_term.c753 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 Dman_term.c288 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 Deqn_term.c34 TERMFONT_BOLD, /* EQNFONT_BOLD */ enumerator
35 TERMFONT_BOLD, /* EQNFONT_FAT */ enumerator
H A Dterm.h33 TERMFONT_BOLD, enumerator
H A Dterm.c466 term_fontrepl(p, TERMFONT_BOLD); in term_word()
570 if (TERMFONT_BOLD == f || TERMFONT_BI == f) { in encode1()
H A Dterm_ps.c1103 case TERMFONT_BOLD: in ps_letter()
1121 p->ps->nextf = TERMFONT_BOLD; in ps_letter()
H A Dtbl_term.c419 term_fontpush(tp, TERMFONT_BOLD); in tbl_word()