Searched refs:term_fontpush (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/bsd/mdocml/dist/ |
H A D | mdoc_term.c | 779 term_fontpush(p, TERMFONT_BOLD); in termp_it_pre() 886 term_fontpush(p, TERMFONT_BOLD); in termp_it_pre() 892 term_fontpush(p, TERMFONT_BOLD); in termp_it_pre() 1017 term_fontpush(p, TERMFONT_BOLD); in termp_nm_pre() 1041 term_fontpush(p, TERMFONT_BOLD); in termp_fl_pre() 1245 term_fontpush(p, TERMFONT_BOLD); in termp_bold_pre() 1281 term_fontpush(p, TERMFONT_BOLD); in termp_sh_pre() 1350 term_fontpush(p, TERMFONT_UNDER); in termp_ft_pre() 1374 term_fontpush(p, TERMFONT_BOLD); in termp_fn_pre() 1395 term_fontpush(p, TERMFONT_UNDER); in termp_fn_pre() [all …]
|
H A D | term.h | 154 void term_fontpush(struct termp *, enum termfont);
|
H A D | eqn_term.c | 92 term_fontpush(p, fontmap[(int)bp->font]); in eqn_box()
|
H A D | tbl_term.c | 926 term_fontpush(tp, TERMFONT_BOLD); in tbl_word() 928 term_fontpush(tp, TERMFONT_UNDER); in tbl_word()
|
H A D | term.c | 488 term_fontpush(struct termp *p, enum termfont f) in term_fontpush() function
|