Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/mandoc/
Dtbl.h59 #define TBL_CELL_TALIGN (1 << 2) /* t, T */ macro
Dtbl_html.c218 if (cp->flags & TBL_CELL_TALIGN) in print_tbl()
Dtbl_layout.c132 cp->flags |= TBL_CELL_TALIGN; in mods()
Dtree.c496 if (cp->flags & TBL_CELL_TALIGN) in print_span()