Searched refs:tbl_dat (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | tbl.h | 93 struct tbl_dat { struct 94 struct tbl_dat *next; /* Data cell to the right. */ argument 117 struct tbl_dat *first; /* Leftmost data cell. */ argument 118 struct tbl_dat *last; /* Rightmost data cell. */
|
H A D | out.c | 44 const struct tbl_opts *, const struct tbl_dat *, 47 const struct tbl_dat *, size_t); 49 const struct tbl_opts *, const struct tbl_dat *); 123 const struct tbl_dat *dp; in tblcalc() 421 const struct tbl_opts *opts, const struct tbl_dat *dp, size_t mw) in tblcalc_data() 450 const struct tbl_dat *dp, size_t mw) in tblcalc_literal() 487 const struct tbl_opts *opts, const struct tbl_dat *dp) in tblcalc_number()
|
H A D | tbl_term.c | 45 const struct tbl_dat *, 54 static void tbl_literal(struct termp *, const struct tbl_dat *, 57 const struct tbl_dat *, 59 static void tbl_word(struct termp *, const struct tbl_dat *); 168 const struct tbl_dat *dp; in term_tbl() 576 const struct tbl_dat *dpn; /* Data cell below this line. */ in tbl_hrule() 716 const struct tbl_cell *cp, const struct tbl_dat *dp, in tbl_data() 812 tbl_literal(struct termp *tp, const struct tbl_dat *dp, in tbl_literal() 858 const struct tbl_dat *dp, in tbl_number() 924 tbl_word(struct termp *tp, const struct tbl_dat *dp) in tbl_word()
|
H A D | tbl_data.c | 46 struct tbl_dat *dat, *pdat; in getdata() 199 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 | 119 const struct tbl_dat *dp; in print_tbl()
|
H A D | tree.c | 425 const struct tbl_dat *dp; in print_span()
|