Lines Matching defs:p
68 struct termp *p; in ascii_init() local
163 ascii_setwidth(struct termp *p, int iop, int width) in ascii_setwidth()
185 struct termp *p; in terminal_sepline() local
197 ascii_width(const struct termp *p, int c) in ascii_width()
210 ascii_letter(struct termp *p, int c) in ascii_letter()
217 ascii_begin(struct termp *p) in ascii_begin()
224 ascii_end(struct termp *p) in ascii_end()
231 ascii_endline(struct termp *p) in ascii_endline()
241 ascii_advance(struct termp *p, size_t len) in ascii_advance()
251 ascii_hspan(const struct termp *p, const struct roffsu *su) in ascii_hspan()
366 locale_width(const struct termp *p, int c) in locale_width()
379 locale_advance(struct termp *p, size_t len) in locale_advance()
389 locale_endline(struct termp *p) in locale_endline()
399 locale_letter(struct termp *p, int c) in locale_letter()