Lines Matching refs:termp

96 static	int		  ps_hspan(const struct termp *,
98 static size_t ps_width(const struct termp *, int);
99 static void ps_advance(struct termp *, size_t);
100 static void ps_begin(struct termp *);
101 static void ps_closepage(struct termp *);
102 static void ps_end(struct termp *);
103 static void ps_endline(struct termp *);
104 static void ps_growbuf(struct termp *, size_t);
105 static void ps_letter(struct termp *, int);
106 static void ps_pclose(struct termp *);
107 static void ps_plast(struct termp *);
108 static void ps_pletter(struct termp *, int);
109 static void ps_printf(struct termp *, const char *, ...)
111 static void ps_putchar(struct termp *, char);
112 static void ps_setfont(struct termp *, enum termfont);
113 static void ps_setwidth(struct termp *, int, int);
114 static struct termp *pspdf_alloc(const struct manoutput *, enum termtype);
115 static void pdf_obj(struct termp *, size_t);
526 static struct termp *
529 struct termp *p; in pspdf_alloc()
626 ps_setwidth(struct termp *p, int iop, int width) in ps_setwidth()
645 struct termp *p; in pspdf_free()
647 p = (struct termp *)arg; in pspdf_free()
657 ps_printf(struct termp *p, const char *fmt, ...) in ps_printf()
694 ps_putchar(struct termp *p, char c) in ps_putchar()
714 pdf_obj(struct termp *p, size_t obj) in pdf_obj()
730 ps_closepage(struct termp *p) in ps_closepage()
781 ps_end(struct termp *p) in ps_end()
848 ps_begin(struct termp *p) in ps_begin()
957 ps_pletter(struct termp *p, int c) in ps_pletter()
1037 ps_pclose(struct termp *p) in ps_pclose()
1063 ps_plast(struct termp *p) in ps_plast()
1105 ps_letter(struct termp *p, int arg) in ps_letter()
1201 ps_advance(struct termp *p, size_t len) in ps_advance()
1217 ps_endline(struct termp *p) in ps_endline()
1263 ps_setfont(struct termp *p, enum termfont f) in ps_setfont()
1285 ps_width(const struct termp *p, int c) in ps_width()
1297 ps_hspan(const struct termp *p, const struct roffsu *su) in ps_hspan()
1352 ps_growbuf(struct termp *p, size_t sz) in ps_growbuf()