Searched refs:tbl_cell (Results 1 – 4 of 4) sorted by relevance
58 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()
211 struct tbl_cell { struct212 struct tbl_cell *next; argument232 struct tbl_cell *first; argument233 struct tbl_cell *last;250 struct tbl_cell *layout; /* layout cell */
92 struct tbl_cell *cp; in tbl_free()
42 struct tbl_cell *cp; in data()