Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mandoc/
H A Dtbl_layout.c58 static int mods(struct tbl_node *, struct tbl_cell *,
63 static struct tbl_cell *cell_alloc(struct tbl_node *, struct tbl_row *,
67 mods(struct tbl_node *tbl, struct tbl_cell *cp, in mods()
349 static struct tbl_cell *
353 struct tbl_cell *p, *pp; in cell_alloc()
356 p = mandoc_calloc(1, sizeof(struct tbl_cell)); in cell_alloc()
H A Dmandoc.h211 struct tbl_cell { struct
212 struct tbl_cell *next; argument
232 struct tbl_cell *first; argument
233 struct tbl_cell *last;
250 struct tbl_cell *layout; /* layout cell */
H A Dtbl.c92 struct tbl_cell *cp; in tbl_free()
H A Dtbl_data.c42 struct tbl_cell *cp; in data()