Home
last modified time | relevance | path

Searched refs:fontibi (Results 1 – 4 of 4) sorted by relevance

/src/contrib/mandoc/ !
H A Dterm.h106 int fontibi; /* Map font I to BI. */ member
H A Dman_term.c697 p->fontibi = 1; in pre_SS()
739 p->fontibi = 1; in pre_SH()
765 p->fontibi = 0; in post_SH()
H A Dmdoc_term.c1282 p->fontibi = 1; in termp_sh_pre()
1303 p->fontibi = 0; in termp_sh_post()
1520 p->fontibi = 1; in termp_ss_pre()
1539 p->fontibi = 0; in termp_ss_post()
H A Dterm.c514 if (p->fontibi && f == TERMFONT_UNDER) in term_fontrepl()