Searched refs:roffcol (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/mandoc/ |
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 *, 124 struct roffcol *col; in tblcalc() 138 sizeof(struct roffcol)); 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 | out.h | 35 struct roffcol { struct 56 struct roffcol *cols; /* master column specifiers */ argument
|
H A D | tbl_term.c | 46 const struct roffcol *); 55 const struct roffcol *); 58 const struct roffcol *); 577 const struct roffcol *col; /* Contains width and spacing. */ in tbl_hrule() 717 const struct roffcol *col) in tbl_data() 813 const struct roffcol *col) in tbl_literal() 859 const struct roffcol *col) in tbl_number()
|
H A D | tbl_html.c | 122 const struct roffcol *col; in print_tbl()
|