Searched refs:TBL_CELL_EQUAL (Results 1 – 4 of 4) sorted by relevance
64 #define TBL_CELL_EQUAL (1 << 6) /* e, E */ macro
334 if (col->flags & TBL_CELL_EQUAL) { in tblcalc()353 if ( ! (col->flags & TBL_CELL_EQUAL)) in tblcalc()
117 cp->flags |= TBL_CELL_EQUAL; in mods()
506 if (cp->flags & TBL_CELL_EQUAL) in print_span()