Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl.h65 #define TBL_CELL_WMAX (1 << 7) /* x, X */ macro
H A Dout.c339 if (col->flags & TBL_CELL_WMAX) in tblcalc()
395 if ( ! (col->flags & TBL_CELL_WMAX)) in tblcalc()
H A Dtbl_layout.c158 cp->flags |= TBL_CELL_WMAX; in mods()
H A Dtree.c508 if (cp->flags & TBL_CELL_WMAX) in print_span()