Searched refs:tbl_dat (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/mandoc/ |
H A D | out.c | 32 const struct tbl_opts *, const struct tbl_dat *); 34 const struct tbl_dat *); 36 const struct tbl_opts *, const struct tbl_dat *); 111 const struct tbl_dat *dp; in tblcalc() 235 const struct tbl_opts *opts, const struct tbl_dat *dp) in tblcalc_data() 271 const struct tbl_dat *dp) in tblcalc_literal() 285 const struct tbl_opts *opts, const struct tbl_dat *dp) in tblcalc_number()
|
H A D | tbl_term.c | 35 const struct tbl_dat *, 37 static void tbl_literal(struct termp *, const struct tbl_dat *, 40 const struct tbl_dat *, 43 static void tbl_word(struct termp *, const struct tbl_dat *); 64 const struct tbl_dat *dp; in term_tbl() 255 const struct tbl_dat *dp, in tbl_data() 326 tbl_literal(struct termp *tp, const struct tbl_dat *dp, in tbl_literal() 369 const struct tbl_dat *dp, in tbl_number() 413 tbl_word(struct termp *tp, const struct tbl_dat *dp) in tbl_word()
|
H A D | mandoc.h | 272 struct tbl_dat { struct 275 struct tbl_dat *next; argument 292 struct tbl_dat *first; argument 293 struct tbl_dat *last;
|
H A D | tbl_data.c | 43 struct tbl_dat *dat; in getdata() 125 struct tbl_dat *dat; in tbl_cdata()
|
H A D | tbl_html.c | 91 const struct tbl_dat *dp; in print_tbl()
|
H A D | tbl.c | 110 struct tbl_dat *dp; in tbl_free()
|
H A D | tree.c | 333 const struct tbl_dat *dp; in print_span()
|