Searched refs:term_fontpush (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/contrib/mandoc/ |
| HD | 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() 1372 term_fontpush(p, TERMFONT_UNDER); in termp_fn_pre() 1404 term_fontpush(p, TERMFONT_UNDER); in termp_fa_pre() 1539 term_fontpush(p, TERMFONT_BOLD); in termp_in_pre() 1544 term_fontpush(p, TERMFONT_UNDER); in termp_in_pre() [all …]
|
| HD | term.h | 154 void term_fontpush(struct termp *, enum termfont);
|
| HD | eqn_term.c | 92 term_fontpush(p, fontmap[(int)bp->font]); in eqn_box()
|
| HD | tbl_term.c | 928 term_fontpush(tp, TERMFONT_BI); in tbl_word() 932 term_fontpush(tp, TERMFONT_BOLD); in tbl_word() 936 term_fontpush(tp, TERMFONT_UNDER); in tbl_word()
|
| HD | term.c | 485 term_fontpush(struct termp *p, enum termfont f) in term_fontpush() function
|