Home
last modified time | relevance | path

Searched refs:term_fontpush (Results 1 – 5 of 5) sorted by relevance

/src/contrib/mandoc/
H A Dmdoc_term.c775 term_fontpush(p, TERMFONT_BOLD); in termp_it_pre()
882 term_fontpush(p, TERMFONT_BOLD); in termp_it_pre()
888 term_fontpush(p, TERMFONT_BOLD); in termp_it_pre()
1043 term_fontpush(p, TERMFONT_BOLD); in termp_fl_pre()
1248 term_fontpush(p, TERMFONT_BOLD); in termp_bold_pre()
1360 term_fontpush(p, TERMFONT_BOLD); in termp_fn_pre()
1378 term_fontpush(p, TERMFONT_UNDER); in termp_fn_pre()
1410 term_fontpush(p, TERMFONT_UNDER); in termp_fa_pre()
1554 term_fontpush(p, TERMFONT_BOLD); in termp_in_pre()
1559 term_fontpush(p, TERMFONT_UNDER); in termp_in_pre()
[all …]
H A Dterm.h151 void term_fontpush(struct termp *, enum termfont);
H A Deqn_term.c92 term_fontpush(p, fontmap[(int)bp->font]); in eqn_box()
H A Dtbl_term.c974 term_fontpush(tp, TERMFONT_BI); in tbl_word()
978 term_fontpush(tp, TERMFONT_BOLD); in tbl_word()
982 term_fontpush(tp, TERMFONT_UNDER); in tbl_word()
H A Dterm.c521 term_fontpush(struct termp *p, enum termfont f) in term_fontpush() function