Lines Matching defs:p
42 term_free(struct termp *p) in term_free()
51 term_begin(struct termp *p, term_margin head, in term_begin()
62 term_end(struct termp *p) in term_end()
92 term_flushln(struct termp *p) in term_flushln()
306 term_newln(struct termp *p) in term_newln()
321 term_vspace(struct termp *p) in term_vspace()
334 term_fontlast(struct termp *p) in term_fontlast()
345 term_fontrepl(struct termp *p, enum termfont f) in term_fontrepl()
354 term_fontpush(struct termp *p, enum termfont f) in term_fontpush()
368 term_fontpopq(struct termp *p, int i) in term_fontpopq()
378 term_fontpop(struct termp *p) in term_fontpop()
391 term_word(struct termp *p, const char *word) in term_word()
525 adjbuf(struct termp *p, size_t sz) in adjbuf()
537 bufferc(struct termp *p, char c) in bufferc()
552 encode1(struct termp *p, int c) in encode1()
581 encode(struct termp *p, const char *word, size_t sz) in encode()
619 term_setwidth(struct termp *p, const char *wstr) in term_setwidth()
649 term_len(const struct termp *p, size_t sz) in term_len()
656 cond_width(const struct termp *p, int c, int *skip) in cond_width()
667 term_strlen(const struct termp *p, const char *cp) in term_strlen()
791 term_vspan(const struct termp *p, const struct roffsu *su) in term_vspan()
835 term_hspan(const struct termp *p, const struct roffsu *su) in term_hspan()