Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl.h63 #define TBL_CELL_WIGN (1 << 5) /* z, Z */ macro
H A Dtbl_layout.c161 cp->flags |= TBL_CELL_WIGN; in mods()
H A Dtree.c504 if (cp->flags & TBL_CELL_WIGN) in print_span()
H A Dout.c158 if (dp->layout->flags & TBL_CELL_WIGN) in tblcalc()