Searched refs:TBL_CELL_UP (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/contrib/mdocml/ | ||
| HD | tbl.h | 61 #define TBL_CELL_UP (1 << 3) /* u, U */ macro |
| HD | tbl_layout.c | 138 cp->flags |= TBL_CELL_UP; in mods() |
| HD | tree.c | 500 if (cp->flags & TBL_CELL_UP) in print_span() |