Searched refs:tblt (Results 1 – 5 of 5) sorted by relevance
95 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()
105 struct tag *tblt; /* current open table scope */ member
853 if (tag == h->tblt) in print_ctag()854 h->tblt = NULL; in print_ctag()
224 if (h->tblt != NULL) in print_man_node()
408 if (h->tblt != NULL) in print_mdoc_node()410 assert(h->tblt == NULL); in print_mdoc_node()