Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dtbl_term.c38 static void tbl_hframe(struct termp *, const struct tbl_span *, int);
100 tbl_hframe(tp, sp, 1); in term_tbl()
103 tbl_hframe(tp, sp, 0); in term_tbl()
175 tbl_hframe(tp, sp, 0); in term_tbl()
179 tbl_hframe(tp, sp, 1); in term_tbl()
242 tbl_hframe(struct termp *tp, const struct tbl_span *sp, int outer) in tbl_hframe() function