Searched refs:tbl_dat (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/mandoc/ |
H A D | out.c | 35 const struct tbl_opts *, const struct tbl_dat *); 37 const struct tbl_dat *); 39 const struct tbl_opts *, const struct tbl_dat *); 144 const struct tbl_dat *dp; in tblcalc() 182 const struct tbl_opts *opts, const struct tbl_dat *dp) in tblcalc_data() 218 const struct tbl_dat *dp) in tblcalc_literal() 232 const struct tbl_opts *opts, const struct tbl_dat *dp) in tblcalc_number()
|
H A D | tbl_term.c | 35 const struct tbl_dat *, 39 static void tbl_literal(struct termp *, const struct tbl_dat *, 42 const struct tbl_dat *, 66 const struct tbl_dat *dp; in term_tbl() 258 const struct tbl_dat *dp, in tbl_data() 341 tbl_literal(struct termp *tp, const struct tbl_dat *dp, in tbl_literal() 385 const struct tbl_dat *dp, in tbl_number()
|
H A D | mandoc.h | 249 struct tbl_dat { struct 252 struct tbl_dat *next; argument 270 struct tbl_dat *first; argument 271 struct tbl_dat *last;
|
H A D | tbl_data.c | 41 struct tbl_dat *dat; in data() 73 dat = mandoc_calloc(1, sizeof(struct tbl_dat)); in data() 142 struct tbl_dat *dat; in tbl_cdata()
|
H A D | tbl_html.c | 93 const struct tbl_dat *dp; in print_tbl()
|
H A D | tbl.c | 94 struct tbl_dat *dp; in tbl_free()
|
H A D | tree.c | 309 const struct tbl_dat *dp; in print_span()
|