Lines Matching defs:p
65 struct termp *p; in ascii_init() local
167 ascii_setwidth(struct termp *p, int iop, size_t width) in ascii_setwidth()
186 struct termp *p; in ascii_sepline() local
198 ascii_width(const struct termp *p, int c) in ascii_width()
212 ascii_letter(struct termp *p, int c) in ascii_letter()
219 ascii_begin(struct termp *p) in ascii_begin()
226 ascii_end(struct termp *p) in ascii_end()
233 ascii_endline(struct termp *p) in ascii_endline()
240 ascii_advance(struct termp *p, size_t len) in ascii_advance()
249 ascii_hspan(const struct termp *p, const struct roffsu *su) in ascii_hspan()
374 locale_width(const struct termp *p, int c) in locale_width()
387 locale_advance(struct termp *p, size_t len) in locale_advance()
396 locale_endline(struct termp *p) in locale_endline()
403 locale_letter(struct termp *p, int c) in locale_letter()