Home
last modified time | relevance | path

Searched refs:TBL_CELL_UP (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl.h61 #define TBL_CELL_UP (1 << 3) /* u, U */ macro
H A Dtbl_layout.c138 cp->flags |= TBL_CELL_UP; in mods()
H A Dtree.c500 if (cp->flags & TBL_CELL_UP) in print_span()