Searched refs:rofftbl (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/mandoc/ |
H A D | out.c | 31 static void tblcalc_data(struct rofftbl *, struct roffcol *, 33 static void tblcalc_literal(struct rofftbl *, struct roffcol *, 35 static void tblcalc_number(struct rofftbl *, struct roffcol *, 107 tblcalc(struct rofftbl *tbl, const struct tbl_span *sp, in tblcalc() 234 tblcalc_data(struct rofftbl *tbl, struct roffcol *col, in tblcalc_data() 270 tblcalc_literal(struct rofftbl *tbl, struct roffcol *col, in tblcalc_literal() 284 tblcalc_number(struct rofftbl *tbl, struct roffcol *col, in tblcalc_number()
|
H A D | out.h | 46 struct rofftbl { struct 68 void tblcalc(struct rofftbl *tbl, argument
|
H A D | term.h | 52 struct rofftbl tbl; /* table configuration */
|
H A D | html.h | 131 struct rofftbl tbl; /* current table */
|