Lines Matching defs:p
43 term_free(struct termp *p) in term_free()
56 term_begin(struct termp *p, term_margin head, in term_begin()
68 term_end(struct termp *p) in term_end()
105 term_flushln(struct termp *p) in term_flushln()
311 term_newln(struct termp *p) in term_newln()
327 term_vspace(struct termp *p) in term_vspace()
339 term_fontlast(struct termp *p) in term_fontlast()
350 term_fontrepl(struct termp *p, enum termfont f) in term_fontrepl()
359 term_fontpush(struct termp *p, enum termfont f) in term_fontpush()
369 term_fontq(struct termp *p) in term_fontq()
377 term_fonttop(struct termp *p) in term_fonttop()
385 term_fontpopq(struct termp *p, const void *key) in term_fontpopq()
395 term_fontpop(struct termp *p) in term_fontpop()
408 term_word(struct termp *p, const char *word) in term_word()
529 adjbuf(struct termp *p, size_t sz) in adjbuf()
541 bufferc(struct termp *p, char c) in bufferc()
556 encode1(struct termp *p, int c) in encode1()
585 encode(struct termp *p, const char *word, size_t sz) in encode()
623 term_len(const struct termp *p, size_t sz) in term_len()
630 cond_width(const struct termp *p, int c, int *skip) in cond_width()
641 term_strlen(const struct termp *p, const char *cp) in term_strlen()
747 term_vspan(const struct termp *p, const struct roffsu *su) in term_vspan()
782 term_hspan(const struct termp *p, const struct roffsu *su) in term_hspan()