Home
last modified time | relevance | path

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

/dragonfly/contrib/mdocml/
HDtbl.h61 #define TBL_CELL_UP (1 << 3) /* u, U */ macro
HDtbl_layout.c138 cp->flags |= TBL_CELL_UP; in mods()
HDtree.c500 if (cp->flags & TBL_CELL_UP) in print_span()