Home
last modified time | relevance | path

Searched refs:tblt (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/mandoc/
H A Dtbl_html.c95 assert(NULL == h->tblt); in html_tblopen()
96 h->tblt = print_otag(h, TAG_TABLE, "c?ss", "tbl", in html_tblopen()
111 assert(h->tblt); in print_tblclose()
112 print_tagq(h, h->tblt); in print_tblclose()
113 h->tblt = NULL; in print_tblclose()
132 if (h->tblt == NULL) in print_tbl()
H A Dhtml.h105 struct tag *tblt; /* current open table scope */ member
H A Dhtml.c853 if (tag == h->tblt) in print_ctag()
854 h->tblt = NULL; in print_ctag()
H A Dman_html.c224 if (h->tblt != NULL) in print_man_node()
H A Dmdoc_html.c408 if (h->tblt != NULL) in print_mdoc_node()
410 assert(h->tblt == NULL); in print_mdoc_node()