Searched refs:term_fontrepl (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/mandoc/ |
H A D | man_term.c | 243 term_fontrepl(p, TERMFONT_UNDER); in pre_I() 332 term_fontrepl(p, font[i]); in pre_alternate() 348 term_fontrepl(p, TERMFONT_BOLD); in pre_B() 361 term_fontrepl(p, TERMFONT_BOLD); in pre_OP() 365 term_fontrepl(p, TERMFONT_UNDER); in pre_OP() 369 term_fontrepl(p, TERMFONT_NONE); in pre_OP() 393 term_fontrepl(p, TERMFONT_BOLD); in pre_ft() 398 term_fontrepl(p, TERMFONT_UNDER); in pre_ft() 408 term_fontrepl(p, TERMFONT_NONE); in pre_ft() 803 term_fontrepl(p, TERMFONT_BOLD); in pre_SS() [all …]
|
H A D | term.c | 350 term_fontrepl(struct termp *p, enum termfont f) in term_fontrepl() function 496 term_fontrepl(p, TERMFONT_BOLD); in term_word() 499 term_fontrepl(p, TERMFONT_UNDER); in term_word() 502 term_fontrepl(p, TERMFONT_BI); in term_word() 507 term_fontrepl(p, TERMFONT_NONE); in term_word()
|
H A D | term.h | 127 void term_fontrepl(struct termp *, enum termfont);
|
H A D | mdoc_term.c | 399 term_fontrepl(p, TERMFONT_NONE); in print_mdoc_foot()
|