Home
last modified time | relevance | path

Searched refs:tbl_head (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/mandoc/
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; in term_tbl()
198 tbl_rulewidth(struct termp *tp, const struct tbl_head *hp) in tbl_rulewidth()
221 const struct tbl_head *hp; in tbl_hrule()
244 const struct tbl_head *hp; in tbl_hframe()
315 tbl_vrule(struct termp *tp, const struct tbl_head *hp) in tbl_vrule()
344 struct tbl_head *hp; in tbl_literal()
H A Dmandoc.h188 struct tbl_head { struct
191 struct tbl_head *next; argument
192 struct tbl_head *prev; argument
224 struct tbl_head *head;
268 struct tbl_head *head;
H A Dlibroff.h40 struct tbl_head *first_head;
41 struct tbl_head *last_head;
H A Dtbl_html.c53 const struct tbl_head *hp; in html_tblopen()
92 const struct tbl_head *hp; in print_tbl()
H A Dtbl_layout.c354 struct tbl_head *h, *hp; in cell_alloc()
377 hp = mandoc_calloc(1, sizeof(struct tbl_head)); in cell_alloc()
H A Dtbl.c95 struct tbl_head *hp; in tbl_free()