Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dtbl.h60 #define TBL_CELL_TALIGN (1 << 2) /* t, T */ macro
H A Dtbl_html.c223 if (cp->flags & TBL_CELL_TALIGN) in print_tbl()
H A Dtbl_layout.c135 cp->flags |= TBL_CELL_TALIGN; in mods()
H A Dtree.c498 if (cp->flags & TBL_CELL_TALIGN) in print_span()