Searched refs:rofftbl (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | out.h | 52 struct rofftbl { struct 64 void tblcalc(struct rofftbl *, argument
|
H A D | out.c | 43 static size_t tblcalc_data(struct rofftbl *, struct roffcol *, 46 static size_t tblcalc_literal(struct rofftbl *, struct roffcol *, 48 static size_t tblcalc_number(struct rofftbl *, struct roffcol *, 117 tblcalc(struct rofftbl *tbl, const struct tbl_span *sp_first, in tblcalc() 420 tblcalc_data(struct rofftbl *tbl, struct roffcol *col, in tblcalc_data() 449 tblcalc_literal(struct rofftbl *tbl, struct roffcol *col, in tblcalc_literal() 486 tblcalc_number(struct rofftbl *tbl, struct roffcol *col, in tblcalc_number()
|
H A D | html.h | 104 struct rofftbl tbl; /* current table */
|
H A D | term.h | 63 struct rofftbl tbl; /* Table configuration. */
|