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

/freebsd-10.0-release/contrib/mdocml/
H A 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,
359 static struct tbl_cell *
362 struct tbl_cell *p, *pp;
365 p = mandoc_calloc(1, sizeof(struct tbl_cell));
457 head_adjust(const struct tbl_cell *cellp, struct tbl_head *head)
H A Dmandoc.h187 * appropriate, using tbl_cell as a guide to placement.
214 struct tbl_cell { struct
215 struct tbl_cell *next;
234 struct tbl_cell *first;
235 struct tbl_cell *last;
252 struct tbl_cell *layout; /* layout cell */
H A Dtbl.c92 struct tbl_cell *cp;
H A Dtbl_data.c42 struct tbl_cell *cp;

Completed in 117 milliseconds