Searched refs:tblt (Results 1 – 5 of 5) sorted by relevance
91 assert(NULL == h->tblt); in html_tblopen()92 h->tblt = print_otag(h, TAG_TABLE, "c?ss", "tbl", in html_tblopen()107 assert(h->tblt); in print_tblclose()108 print_tagq(h, h->tblt); in print_tblclose()109 h->tblt = NULL; in print_tblclose()128 if (h->tblt == NULL) in print_tbl()
103 struct tag *tblt; /* current open table scope */ member
844 if (tag == h->tblt) in print_ctag()845 h->tblt = NULL; in print_ctag()
223 if (h->tblt != NULL) in print_man_node()
407 if (h->tblt != NULL) in print_mdoc_node()409 assert(h->tblt == NULL); in print_mdoc_node()