Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/mandoc/
Dtbl.h63 #define TBL_CELL_WIGN (1 << 5) /* z, Z */ macro
Dtbl_layout.c161 cp->flags |= TBL_CELL_WIGN; in mods()
Dtree.c504 if (cp->flags & TBL_CELL_WIGN) in print_span()
Dout.c158 if (dp->layout->flags & TBL_CELL_WIGN) in tblcalc()