Lines Matching defs:p
68 struct termp *p; in ascii_init() local
162 ascii_setwidth(struct termp *p, int iop, int width) in ascii_setwidth()
184 struct termp *p; in terminal_sepline() local
196 ascii_width(const struct termp *p, int c) in ascii_width()
209 ascii_letter(struct termp *p, int c) in ascii_letter()
216 ascii_begin(struct termp *p) in ascii_begin()
223 ascii_end(struct termp *p) in ascii_end()
230 ascii_endline(struct termp *p) in ascii_endline()
243 ascii_advance(struct termp *p, size_t len) in ascii_advance()
260 ascii_hspan(const struct termp *p, const struct roffsu *su) in ascii_hspan()
375 locale_width(const struct termp *p, int c) in locale_width()
388 locale_advance(struct termp *p, size_t len) in locale_advance()
405 locale_endline(struct termp *p) in locale_endline()
418 locale_letter(struct termp *p, int c) in locale_letter()