Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl.h64 #define TBL_CELL_EQUAL (1 << 6) /* e, E */ macro
H A Dout.c334 if (col->flags & TBL_CELL_EQUAL) { in tblcalc()
353 if ( ! (col->flags & TBL_CELL_EQUAL)) in tblcalc()
H A Dtbl_layout.c117 cp->flags |= TBL_CELL_EQUAL; in mods()
H A Dtree.c506 if (cp->flags & TBL_CELL_EQUAL) in print_span()