Searched refs:tbl_head (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/contrib/mdocml/
H A Dlibroff.h40 struct tbl_head *first_head;
41 struct tbl_head *last_head;
H A Dtbl_term.c37 static size_t tbl_rulewidth(struct termp *, const struct tbl_head *);
45 static void tbl_vrule(struct termp *, const struct tbl_head *);
65 const struct tbl_head *hp;
220 tbl_rulewidth(struct termp *tp, const struct tbl_head *hp)
246 const struct tbl_head *hp;
268 const struct tbl_head *hp;
338 tbl_vrule(struct termp *tp, const struct tbl_head *hp)
H A Dmandoc.h189 struct tbl_head { struct
192 struct tbl_head *next;
193 struct tbl_head *prev;
226 struct tbl_head *head;
270 struct tbl_head *head;
H A Dtbl_html.c53 const struct tbl_head *hp;
92 const struct tbl_head *hp;
H A Dtbl_layout.c66 struct tbl_head *);
363 struct tbl_head *h, *hp;
418 hp = mandoc_calloc(1, sizeof(struct tbl_head));
441 hp = mandoc_calloc(1, sizeof(struct tbl_head));
457 head_adjust(const struct tbl_cell *cellp, struct tbl_head *head)
H A Dtbl.c95 struct tbl_head *hp;
H A Dout.c145 const struct tbl_head *hp;

Completed in 94 milliseconds