Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dterm.h106 enum termfont fontl; /* Last font set. */ member
H A Dterm.c469 f = p->fontl; in term_fontlast()
470 p->fontl = p->fontq[p->fonti]; in term_fontlast()
479 p->fontl = p->fontq[p->fonti]; in term_fontrepl()
488 p->fontl = p->fontq[p->fonti]; in term_fontpush()
H A Dterm_ascii.c78 p->fontq[0] = p->fontl = TERMFONT_NONE; in ascii_init()
H A Dterm_ps.c542 p->fontq[0] = p->fontl = TERMFONT_NONE; in pspdf_alloc()