Home
last modified time | relevance | path

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

/freebsd-head/contrib/mandoc/
HDmdoc_term.c770 term_fontpush(p, TERMFONT_BOLD); in termp_it_pre()
877 term_fontpush(p, TERMFONT_BOLD); in termp_it_pre()
883 term_fontpush(p, TERMFONT_BOLD); in termp_it_pre()
1038 term_fontpush(p, TERMFONT_BOLD); in termp_fl_pre()
1243 term_fontpush(p, TERMFONT_BOLD); in termp_bold_pre()
1353 term_fontpush(p, TERMFONT_BOLD); in termp_fn_pre()
1371 term_fontpush(p, TERMFONT_UNDER); in termp_fn_pre()
1403 term_fontpush(p, TERMFONT_UNDER); in termp_fa_pre()
1538 term_fontpush(p, TERMFONT_BOLD); in termp_in_pre()
1543 term_fontpush(p, TERMFONT_UNDER); in termp_in_pre()
[all …]
HDterm.h157 void term_fontpush(struct termp *, enum termfont);
HDeqn_term.c92 term_fontpush(p, fontmap[(int)bp->font]); in eqn_box()
HDtbl_term.c931 term_fontpush(tp, TERMFONT_BI); in tbl_word()
935 term_fontpush(tp, TERMFONT_BOLD); in tbl_word()
939 term_fontpush(tp, TERMFONT_UNDER); in tbl_word()
HDterm.c510 term_fontpush(struct termp *p, enum termfont f) in term_fontpush() function