Searched refs:tbl_dat (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/bsd/mdocml/dist/ |
H A D | tbl.h | 94 struct tbl_dat { struct 95 struct tbl_dat *next; /* Data cell to the right. */ argument 118 struct tbl_dat *first; /* Leftmost data cell. */ argument 119 struct tbl_dat *last; /* Rightmost data cell. */
|
H A D | out.c | 41 const struct tbl_opts *, const struct tbl_dat *, 44 const struct tbl_dat *, size_t); 46 const struct tbl_opts *, const struct tbl_dat *); 120 const struct tbl_dat *dp; in tblcalc() 419 const struct tbl_opts *opts, const struct tbl_dat *dp, size_t mw) in tblcalc_data() 448 const struct tbl_dat *dp, size_t mw) in tblcalc_literal() 485 const struct tbl_opts *opts, const struct tbl_dat *dp) in tblcalc_number()
|
H A D | tbl_term.c | 42 const struct tbl_dat *, 50 static void tbl_literal(struct termp *, const struct tbl_dat *, 53 const struct tbl_dat *, 55 static void tbl_word(struct termp *, const struct tbl_dat *); 164 const struct tbl_dat *dp; in term_tbl() 586 const struct tbl_dat *dpn; /* Data cell below this line. */ in tbl_hrule() 715 const struct tbl_cell *cp, const struct tbl_dat *dp, in tbl_data() 811 tbl_literal(struct termp *tp, const struct tbl_dat *dp, in tbl_literal() 854 const struct tbl_dat *dp, in tbl_number() 920 tbl_word(struct termp *tp, const struct tbl_dat *dp) in tbl_word()
|
H A D | tbl_data.c | 45 struct tbl_dat *dat, *pdat; in getdata() 180 struct tbl_dat *dat; in tbl_cdata()
|
H A D | tbl.c | 113 struct tbl_dat *dp; in tbl_free()
|
H A D | tbl_html.c | 114 const struct tbl_dat *dp; in print_tbl()
|
H A D | tree.c | 379 const struct tbl_dat *dp; in print_span()
|