Home
last modified time | relevance | path

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

/openbsd/usr.bin/mandoc/
H A Dterm.h31 enum termfont { enum
107 enum termfont fontl; /* Last font set. */
108 enum termfont *fontq; /* Symmetric fonts. */
157 void term_fontpush(struct termp *, enum termfont);
160 void term_fontrepl(struct termp *, enum termfont);
H A Dterm_ps.c71 enum termfont lastf; /* last set font */
72 enum termfont nextf; /* building next font here */
108 static void ps_setfont(struct termp *, enum termfont);
1259 ps_setfont(struct termp *p, enum termfont f) in ps_setfont()
H A Dterm.c490 enum termfont f; in term_fontlast()
499 term_fontrepl(struct termp *p, enum termfont f) in term_fontrepl()
508 term_fontpush(struct termp *p, enum termfont f) in term_fontpush()
841 enum termfont f; in encode1()
H A Deqn_term.c30 static const enum termfont fontmap[EQNFONT__MAX] = {
H A Dman_term.c274 enum termfont font[2]; in pre_alternate()