Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dterm.c46 free(p->fontq); in term_free()
339 p->fontl = p->fontq[p->fonti]; in term_fontlast()
340 p->fontq[p->fonti] = f; in term_fontlast()
348 p->fontl = p->fontq[p->fonti]; in term_fontrepl()
349 p->fontq[p->fonti] = f; in term_fontrepl()
357 p->fontl = p->fontq[p->fonti]; in term_fontpush()
360 p->fontq = mandoc_reallocarray(p->fontq, in term_fontpush()
363 p->fontq[p->fonti] = f; in term_fontpush()
564 f = p->fontq[p->fonti]; in encode1()
596 if (p->fontq[p->fonti] == TERMFONT_NONE) { in encode()
H A Dterm_ascii.c74 p->fontq = mandoc_reallocarray(NULL, in ascii_init()
76 p->fontq[0] = p->fontl = TERMFONT_NONE; in ascii_init()
H A Dterm.h87 enum termfont *fontq; /* Symmetric fonts. */ member
H A Dterm_ps.c544 p->fontq = mandoc_reallocarray(NULL, in pspdf_alloc()
546 p->fontq[0] = p->fontl = TERMFONT_NONE; in pspdf_alloc()