Home
last modified time | relevance | path

Searched refs:roffcol (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/mdocml/
H A Dout.c43 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()
137 sizeof(struct roffcol)); in tblcalc()
407 tblcalc_data(struct rofftbl *tbl, struct roffcol *col, in tblcalc_data()
436 tblcalc_literal(struct rofftbl *tbl, struct roffcol *col, in tblcalc_literal()
473 tblcalc_number(struct rofftbl *tbl, struct roffcol *col, in tblcalc_number()
H A Dout.h35 struct roffcol { struct
56 struct roffcol *cols; /* master column specifiers */ argument
H A Dtbl_term.c43 const struct roffcol *);
52 const struct roffcol *);
55 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()
856 const struct roffcol *col) in tbl_number()
H A Dtbl_html.c118 const struct roffcol *col; in print_tbl()