Lines Matching refs:termp

93 static	int		  ps_hspan(const struct termp *,
95 static size_t ps_width(const struct termp *, int);
96 static void ps_advance(struct termp *, size_t);
97 static void ps_begin(struct termp *);
98 static void ps_closepage(struct termp *);
99 static void ps_end(struct termp *);
100 static void ps_endline(struct termp *);
101 static void ps_fclose(struct termp *);
102 static void ps_growbuf(struct termp *, size_t);
103 static void ps_letter(struct termp *, int);
104 static void ps_pclose(struct termp *);
105 static void ps_pletter(struct termp *, int);
109 static void ps_printf(struct termp *, const char *, ...);
110 static void ps_putchar(struct termp *, char);
111 static void ps_setfont(struct termp *, enum termfont);
112 static void ps_setwidth(struct termp *, int, int);
113 static struct termp *pspdf_alloc(const struct manoutput *);
114 static void pdf_obj(struct termp *, size_t);
516 struct termp *p;
527 struct termp *p;
535 static struct termp *
538 struct termp *p;
543 p = mandoc_calloc(1, sizeof(struct termp));
624 ps_setwidth(struct termp *p, int iop, int width)
643 struct termp *p;
645 p = (struct termp *)arg;
655 ps_printf(struct termp *p, const char *fmt, ...)
692 ps_putchar(struct termp *p, char c)
712 pdf_obj(struct termp *p, size_t obj)
728 ps_closepage(struct termp *p)
781 ps_end(struct termp *p)
845 ps_begin(struct termp *p)
929 ps_pletter(struct termp *p, int c)
1008 ps_pclose(struct termp *p)
1029 ps_fclose(struct termp *p)
1058 ps_letter(struct termp *p, int arg)
1185 ps_advance(struct termp *p, size_t len)
1200 ps_endline(struct termp *p)
1239 ps_setfont(struct termp *p, enum termfont f)
1262 ps_width(const struct termp *p, int c)
1274 ps_hspan(const struct termp *p, const struct roffsu *su)
1329 ps_growbuf(struct termp *p, size_t sz)