Lines Matching refs:termp
43 static void tbl_data(struct termp *, const struct tbl_opts *,
47 static void tbl_direct_border(struct termp *, int, size_t);
48 static void tbl_fill_border(struct termp *, int, size_t);
49 static void tbl_fill_char(struct termp *, char, size_t);
50 static void tbl_fill_string(struct termp *, const char *, size_t);
51 static void tbl_hrule(struct termp *, const struct tbl_span *,
54 static void tbl_literal(struct termp *, const struct tbl_dat *,
56 static void tbl_number(struct termp *, const struct tbl_opts *,
59 static void tbl_word(struct termp *, const struct tbl_dat *);
147 i = term_hen((const struct termp *)arg, su); in term_tbl_sulen()
154 return term_strlen((const struct termp *)arg, p); in term_tbl_strlen()
160 return term_len((const struct termp *)arg, sz); in term_tbl_len()
165 term_tbl(struct termp *tp, const struct tbl_span *sp) in term_tbl()
570 tbl_hrule(struct termp *tp, const struct tbl_span *spp, in tbl_hrule()
715 tbl_data(struct termp *tp, const struct tbl_opts *opts, in tbl_data()
767 tbl_fill_string(struct termp *tp, const char *cp, size_t len) in tbl_fill_string()
777 tbl_fill_char(struct termp *tp, char c, size_t len) in tbl_fill_char()
787 tbl_fill_border(struct termp *tp, int c, size_t len) in tbl_fill_border()
799 tbl_direct_border(struct termp *tp, int c, size_t len) in tbl_direct_border()
812 tbl_literal(struct termp *tp, const struct tbl_dat *dp, in tbl_literal()
857 tbl_number(struct termp *tp, const struct tbl_opts *opts, in tbl_number()
924 tbl_word(struct termp *tp, const struct tbl_dat *dp) in tbl_word()