Searched refs:fontq (Results 1 – 4 of 4) sorted by relevance
46 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()
74 p->fontq = mandoc_reallocarray(NULL, in ascii_init()76 p->fontq[0] = p->fontl = TERMFONT_NONE; in ascii_init()
87 enum termfont *fontq; /* Symmetric fonts. */ member
544 p->fontq = mandoc_reallocarray(NULL, in pspdf_alloc()546 p->fontq[0] = p->fontl = TERMFONT_NONE; in pspdf_alloc()