Lines Matching refs:termp

89 static	double		  ps_hspan(const struct termp *,
91 static size_t ps_width(const struct termp *, int);
92 static void ps_advance(struct termp *, size_t);
93 static void ps_begin(struct termp *);
94 static void ps_closepage(struct termp *);
95 static void ps_end(struct termp *);
96 static void ps_endline(struct termp *);
97 static void ps_fclose(struct termp *);
98 static void ps_growbuf(struct termp *, size_t);
99 static void ps_letter(struct termp *, int);
100 static void ps_pclose(struct termp *);
101 static void ps_pletter(struct termp *, int);
105 static void ps_printf(struct termp *, const char *, ...);
106 static void ps_putchar(struct termp *, char);
107 static void ps_setfont(struct termp *, enum termfont);
108 static void ps_setwidth(struct termp *, int, size_t);
109 static struct termp *pspdf_alloc(const struct mchars *, char *);
110 static void pdf_obj(struct termp *, size_t);
512 struct termp *p; in pdf_alloc()
523 struct termp *p; in ps_alloc()
531 static struct termp *
534 struct termp *p; in pspdf_alloc()
541 p = mandoc_calloc(1, sizeof(struct termp)); in pspdf_alloc()
636 ps_setwidth(struct termp *p, int iop, size_t width) in ps_setwidth()
655 struct termp *p; in pspdf_free()
657 p = (struct termp *)arg; in pspdf_free()
669 ps_printf(struct termp *p, const char *fmt, ...) in ps_printf()
706 ps_putchar(struct termp *p, char c) in ps_putchar()
726 pdf_obj(struct termp *p, size_t obj) in pdf_obj()
742 ps_closepage(struct termp *p) in ps_closepage()
795 ps_end(struct termp *p) in ps_end()
859 ps_begin(struct termp *p) in ps_begin()
943 ps_pletter(struct termp *p, int c) in ps_pletter()
1024 ps_pclose(struct termp *p) in ps_pclose()
1045 ps_fclose(struct termp *p) in ps_fclose()
1074 ps_letter(struct termp *p, int arg) in ps_letter()
1201 ps_advance(struct termp *p, size_t len) in ps_advance()
1216 ps_endline(struct termp *p) in ps_endline()
1255 ps_setfont(struct termp *p, enum termfont f) in ps_setfont()
1278 ps_width(const struct termp *p, int c) in ps_width()
1290 ps_hspan(const struct termp *p, const struct roffsu *su) in ps_hspan()
1345 ps_growbuf(struct termp *p, size_t sz) in ps_growbuf()