Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl.h62 #define TBL_CELL_BALIGN (1 << 4) /* d, D */ macro
H A Dtbl_html.c221 else if (cp->flags & TBL_CELL_BALIGN) in print_tbl()
H A Dtbl_layout.c114 cp->flags |= TBL_CELL_BALIGN; in mods()
H A Dtree.c502 if (cp->flags & TBL_CELL_BALIGN) in print_span()