Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm.c64 free(p->fontq); in term_free()
470 p->fontl = p->fontq[p->fonti]; in term_fontlast()
471 p->fontq[p->fonti] = f; in term_fontlast()
479 p->fontl = p->fontq[p->fonti]; in term_fontrepl()
480 p->fontq[p->fonti] = f; in term_fontrepl()
488 p->fontl = p->fontq[p->fonti]; in term_fontpush()
491 p->fontq = mandoc_reallocarray(p->fontq, in term_fontpush()
492 p->fontsz, sizeof(*p->fontq)); in term_fontpush()
494 p->fontq[p->fonti] = f; in term_fontpush()
797 p->fontq[p->fonti] : TERMFONT_NONE; in encode1()
H A Dterm_ascii.c76 p->fontq = mandoc_reallocarray(NULL, in ascii_init()
77 (p->fontsz = 8), sizeof(*p->fontq)); in ascii_init()
78 p->fontq[0] = p->fontl = TERMFONT_NONE; in ascii_init()
H A Dterm.h107 enum termfont *fontq; /* Symmetric fonts. */ member
H A Dterm_ps.c540 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()