Home
last modified time | relevance | path

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

/dragonfly/contrib/mdocml/
HDtbl.h62 #define TBL_CELL_BALIGN (1 << 4) /* d, D */ macro
HDtbl_html.c221 else if (cp->flags & TBL_CELL_BALIGN) in print_tbl()
HDtbl_layout.c114 cp->flags |= TBL_CELL_BALIGN; in mods()
HDtree.c502 if (cp->flags & TBL_CELL_BALIGN) in print_span()