Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/mdocml/
Dtbl_layout.c398 if (TBL_HEAD_DATA == h->pos && in cell_alloc()
406 if (TBL_HEAD_DATA != h->pos && in cell_alloc()
415 if (TBL_HEAD_DATA == h->pos && in cell_alloc()
461 head->pos = TBL_HEAD_DATA; in head_adjust()
Dtbl_term.c141 case (TBL_HEAD_DATA): in term_tbl()
225 if (TBL_HEAD_DATA == hp->pos) { in tbl_rulewidth()
255 TBL_HEAD_DATA == hp->pos ? c : '+', in tbl_hrule()
273 outer || TBL_HEAD_DATA == hp->pos ? '-' : '+', in tbl_hframe()
Dtbl_html.c127 case (TBL_HEAD_DATA): in print_tbl()
Dmandoc.h179 TBL_HEAD_DATA, /* plug in data from tbl_dat */ enumerator