Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dtbl_term.c86 if (TBL_SPAN_FIRST & sp->flags) { in term_tbl()
98 if (TBL_SPAN_FIRST & sp->flags) { in term_tbl()
H A Dtbl_html.c58 if (TBL_SPAN_FIRST & sp->flags) { in html_tblopen()
H A Dmandoc.h274 #define TBL_SPAN_FIRST (1 << 0) macro
H A Dtbl_data.c198 dp->flags |= TBL_SPAN_FIRST; in newspan()
H A Dman_term.c1008 if (TBL_SPAN_FIRST & n->span->flags) in print_man_node()