Home
last modified time | relevance | path

Searched refs:tbl_row (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/mandoc/
H A Dtbl_layout.c60 static int cell(struct tbl_node *, struct tbl_row *,
63 static struct tbl_cell *cell_alloc(struct tbl_node *, struct tbl_row *,
208 cell(struct tbl_node *tbl, struct tbl_row *rp, in cell()
288 struct tbl_row *rp; in row()
300 rp = mandoc_calloc(1, sizeof(struct tbl_row)); in row()
350 cell_alloc(struct tbl_node *tbl, struct tbl_row *rp, enum tbl_cellt pos, in cell_alloc()
H A Dlibroff.h35 struct tbl_row *first_row;
36 struct tbl_row *last_row;
H A Dmandoc.h230 struct tbl_row { struct
231 struct tbl_row *next; argument
269 struct tbl_row *layout; /* layout row */
H A Dtbl_data.c35 struct tbl_row *);
182 newspan(struct tbl_node *tbl, int line, struct tbl_row *rp) in newspan()
208 struct tbl_row *rp; in tbl_data()
H A Dtbl.c91 struct tbl_row *rp; in tbl_free()