Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/mdocml/
Dtbl_layout.c58 static int mods(struct tbl_node *, struct tbl_cell *,
63 static struct tbl_cell *cell_alloc(struct tbl_node *,
65 static void head_adjust(const struct tbl_cell *,
69 mods(struct tbl_node *tbl, struct tbl_cell *cp, in mods()
359 static struct tbl_cell *
362 struct tbl_cell *p, *pp; in cell_alloc()
365 p = mandoc_calloc(1, sizeof(struct tbl_cell)); in cell_alloc()
457 head_adjust(const struct tbl_cell *cellp, struct tbl_head *head) in head_adjust()
Dmandoc.h214 struct tbl_cell { struct
215 struct tbl_cell *next; argument
234 struct tbl_cell *first; argument
235 struct tbl_cell *last;
252 struct tbl_cell *layout; /* layout cell */
Dtbl.c92 struct tbl_cell *cp; in tbl_free()
Dtbl_data.c42 struct tbl_cell *cp; in data()