Searched refs:TERMFONT_UNDER (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/mandoc/ |
H A D | man_term.c | 243 term_fontrepl(p, TERMFONT_UNDER); in pre_I() 306 font[1] = TERMFONT_UNDER; in pre_alternate() 314 font[1] = TERMFONT_UNDER; in pre_alternate() 317 font[0] = TERMFONT_UNDER; in pre_alternate() 321 font[0] = TERMFONT_UNDER; in pre_alternate() 365 term_fontrepl(p, TERMFONT_UNDER); in pre_OP() 398 term_fontrepl(p, TERMFONT_UNDER); in pre_ft()
|
H A D | eqn_term.c | 35 TERMFONT_UNDER /* EQNFONT_ITALIC */ enumerator
|
H A D | mdoc_term.c | 1210 term_fontpush(p, TERMFONT_UNDER); in termp_rv_pre() 1523 term_fontpush(p, TERMFONT_UNDER); in termp_ft_pre() 1566 term_fontpush(p, TERMFONT_UNDER); in termp_fn_pre() 1598 term_fontpush(p, TERMFONT_UNDER); in termp_fa_pre() 1603 term_fontpush(p, TERMFONT_UNDER); in termp_fa_pre() 1853 term_fontpush(p, TERMFONT_UNDER); in termp_in_pre() 2103 term_fontpush(p, TERMFONT_UNDER); in termp_bf_pre() 2191 term_fontpush(p, TERMFONT_UNDER); in termp_lk_pre() 2270 term_fontpush(p, TERMFONT_UNDER); in termp__t_pre() 2279 term_fontpush(p, TERMFONT_UNDER); in termp_under_pre()
|
H A D | term.h | 40 TERMFONT_UNDER, enumerator
|
H A D | term.c | 499 term_fontrepl(p, TERMFONT_UNDER); in term_word() 570 if (TERMFONT_UNDER == f || TERMFONT_BI == f) { in encode1()
|
H A D | term_ps.c | 1006 if (p->ps->lastf != TERMFONT_UNDER) { in ps_letter() 1008 ps_setfont(p, TERMFONT_UNDER); in ps_letter()
|