Searched refs:term_fontrepl (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/mandoc/ |
| H A D | roff_term.c | 117 term_fontrepl(p, TERMFONT_BOLD); in roff_term_pre_ft() 121 term_fontrepl(p, TERMFONT_UNDER); in roff_term_pre_ft() 124 term_fontrepl(p, TERMFONT_BI); in roff_term_pre_ft() 131 term_fontrepl(p, TERMFONT_NONE); in roff_term_pre_ft()
|
| H A D | man_term.c | 235 term_fontrepl(p, TERMFONT_UNDER); in pre_I() 311 term_fontrepl(p, font[i]); in pre_alternate() 325 term_fontrepl(p, TERMFONT_BOLD); in pre_B() 332 term_fontrepl(p, TERMFONT_NONE); in pre_MR() 359 term_fontrepl(p, TERMFONT_BOLD); in pre_OP() 363 term_fontrepl(p, TERMFONT_UNDER); in pre_OP() 366 term_fontrepl(p, TERMFONT_NONE); in pre_OP() 698 term_fontrepl(p, TERMFONT_BOLD); in pre_SS() 740 term_fontrepl(p, TERMFONT_BOLD); in pre_SH() 863 term_fontrepl(p, TERMFONT_BOLD); in pre_SY() [all …]
|
| H A D | term.c | 511 term_fontrepl(struct termp *p, enum termfont f) in term_fontrepl() function 532 term_fontrepl(p, f); in term_fontpush() 639 term_fontrepl(p, TERMFONT_BOLD); in term_word() 643 term_fontrepl(p, TERMFONT_UNDER); in term_word() 646 term_fontrepl(p, TERMFONT_BI); in term_word() 651 term_fontrepl(p, TERMFONT_NONE); in term_word()
|
| H A D | term.h | 154 void term_fontrepl(struct termp *, enum termfont);
|
| H A D | mdoc_term.c | 455 term_fontrepl(p, TERMFONT_NONE); in print_mdoc_foot()
|