Lines Matching refs:termp

35 static	size_t		 cond_width(const struct termp *, int, int *);
37 static void bufferc(struct termp *, char);
38 static void encode(struct termp *, const char *, size_t);
39 static void encode1(struct termp *, int);
40 static void endline(struct termp *);
41 static void term_field(struct termp *, size_t, size_t);
42 static void term_fill(struct termp *, size_t *, size_t *,
47 term_setcol(struct termp *p, size_t maxtcol) in term_setcol()
59 term_free(struct termp *p) in term_free()
69 term_begin(struct termp *p, term_margin head, in term_begin()
80 term_end(struct termp *p) in term_end()
94 term_flushln(struct termp *p) in term_flushln()
253 term_fill(struct termp *p, size_t *nbr, size_t *vbr, size_t vtarget) in term_fill()
350 term_field(struct termp *p, size_t vbl, size_t nbr) in term_field()
412 endline(struct termp *p) in endline()
436 term_newln(struct termp *p) in term_newln()
451 term_vspace(struct termp *p) in term_vspace()
465 term_fontlast(struct termp *p) in term_fontlast()
476 term_fontrepl(struct termp *p, enum termfont f) in term_fontrepl()
485 term_fontpush(struct termp *p, enum termfont f) in term_fontpush()
499 term_fontpopq(struct termp *p, int i) in term_fontpopq()
509 term_fontpop(struct termp *p) in term_fontpop()
522 term_word(struct termp *p, const char *word) in term_word()
764 bufferc(struct termp *p, char c) in bufferc()
784 encode1(struct termp *p, int c) in encode1()
829 encode(struct termp *p, const char *word, size_t sz) in encode()
869 term_setwidth(struct termp *p, const char *wstr) in term_setwidth()
898 term_len(const struct termp *p, size_t sz) in term_len()
905 cond_width(const struct termp *p, int c, int *skip) in cond_width()
916 term_strlen(const struct termp *p, const char *cp) in term_strlen()
1050 term_vspan(const struct termp *p, const struct roffsu *su) in term_vspan()
1095 term_hspan(const struct termp *p, const struct roffsu *su) in term_hspan()
1105 term_hen(const struct termp *p, const struct roffsu *su) in term_hen()