Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dout.c31 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 *,
112 struct roffcol *col; in tblcalc()
125 sizeof(struct roffcol)); 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 Dout.h32 struct roffcol { struct
49 struct roffcol *cols; /* master column specifiers */ argument
H A Dtbl_term.c36 const struct roffcol *);
38 const struct roffcol *);
41 const struct roffcol *);
256 const struct roffcol *col) in tbl_data()
327 const struct roffcol *col) in tbl_literal()
370 const struct roffcol *col) in tbl_number()
H A Dtbl_html.c54 struct roffcol *col; in html_tblopen()