Lines Matching refs:termp
33 static void tbl_char(struct termp *, char, size_t);
34 static void tbl_data(struct termp *, const struct tbl_opts *,
37 static size_t tbl_rulewidth(struct termp *, const struct tbl_head *);
38 static void tbl_hframe(struct termp *, const struct tbl_span *, int);
39 static void tbl_literal(struct termp *, const struct tbl_dat *,
41 static void tbl_number(struct termp *, const struct tbl_opts *,
44 static void tbl_hrule(struct termp *, const struct tbl_span *);
45 static void tbl_vrule(struct termp *, const struct tbl_head *);
52 return(term_strlen((const struct termp *)arg, p)); in term_tbl_strlen()
59 return(term_len((const struct termp *)arg, sz)); in term_tbl_len()
63 term_tbl(struct termp *tp, const struct tbl_span *sp) in term_tbl()
198 tbl_rulewidth(struct termp *tp, const struct tbl_head *hp) in tbl_rulewidth()
219 tbl_hrule(struct termp *tp, const struct tbl_span *sp) in tbl_hrule()
242 tbl_hframe(struct termp *tp, const struct tbl_span *sp, int outer) in tbl_hframe()
257 tbl_data(struct termp *tp, const struct tbl_opts *opts, in tbl_data()
315 tbl_vrule(struct termp *tp, const struct tbl_head *hp) in tbl_vrule()
326 tbl_char(struct termp *tp, char c, size_t len) in tbl_char()
341 tbl_literal(struct termp *tp, const struct tbl_dat *dp, in tbl_literal()
384 tbl_number(struct termp *tp, const struct tbl_opts *opts, in tbl_number()