Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mandoc/
H A Dtbl_html.c136 if (TBL_SPAN_LAST & sp->flags) { in print_tbl()
H A Dtbl.c169 tbl->last_span->flags |= TBL_SPAN_LAST; in tbl_end()
H A Dmandoc.h275 #define TBL_SPAN_LAST (1 << 1) macro
H A Dtbl_term.c172 if (TBL_SPAN_LAST & sp->flags) { in term_tbl()