Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm.h31 enum termfont { enum
106 enum termfont fontl; /* Last font set. */
107 enum termfont *fontq; /* Symmetric fonts. */
154 void term_fontpush(struct termp *, enum termfont);
157 void term_fontrepl(struct termp *, enum termfont);
H A Dterm_ps.c75 enum termfont lastf; /* last set font */
76 enum termfont nextf; /* building next font here */
112 static void ps_setfont(struct termp *, enum termfont);
1263 ps_setfont(struct termp *p, enum termfont f) in ps_setfont()
H A Dterm.c467 enum termfont f; in term_fontlast()
476 term_fontrepl(struct termp *p, enum termfont f) in term_fontrepl()
485 term_fontpush(struct termp *p, enum termfont f) in term_fontpush()
786 enum termfont f; in encode1()
H A Deqn_term.c32 static const enum termfont fontmap[EQNFONT__MAX] = {
H A Dman_term.c287 enum termfont font[2]; in pre_alternate()