Searched refs:fontq (Results 1 – 4 of 4) sorted by relevance
65 free(p->fontq); in term_free()495 p->fontl = p->fontq[p->fonti]; in term_fontlast()496 p->fontq[p->fonti] = f; in term_fontlast()504 p->fontl = p->fontq[p->fonti]; in term_fontrepl()505 p->fontq[p->fonti] = f; in term_fontrepl()513 p->fontl = p->fontq[p->fonti]; in term_fontpush()516 p->fontq = mandoc_reallocarray(p->fontq, in term_fontpush()517 p->fontsz, sizeof(*p->fontq)); in term_fontpush()519 p->fontq[p->fonti] = f; in term_fontpush()854 p->fontq[p->fonti] : TERMFONT_NONE; in encode1()
77 p->fontq = mandoc_reallocarray(NULL, in ascii_init()78 (p->fontsz = 8), sizeof(*p->fontq)); in ascii_init()79 p->fontq[0] = p->fontl = TERMFONT_NONE; in ascii_init()
108 enum termfont *fontq; /* Symmetric fonts. */ member
540 p->fontq = mandoc_reallocarray(NULL, in pspdf_alloc()541 (p->fontsz = 8), sizeof(*p->fontq)); in pspdf_alloc()542 p->fontq[0] = p->fontl = TERMFONT_NONE; in pspdf_alloc()