Lines Matching defs:p
73 struct termp *p; in ascii_init() local
162 ascii_width(const struct termp *p, int c) in ascii_width()
177 ascii_letter(struct termp *p, int c) in ascii_letter()
184 ascii_begin(struct termp *p) in ascii_begin()
191 ascii_end(struct termp *p) in ascii_end()
199 ascii_endline(struct termp *p) in ascii_endline()
207 ascii_advance(struct termp *p, size_t len) in ascii_advance()
217 ascii_hspan(const struct termp *p, const struct roffsu *su) in ascii_hspan()
256 locale_width(const struct termp *p, int c) in locale_width()
265 locale_advance(struct termp *p, size_t len) in locale_advance()
275 locale_endline(struct termp *p) in locale_endline()
283 locale_letter(struct termp *p, int c) in locale_letter()