Home
last modified time | relevance | path

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

/dragonfly/contrib/mdocml/
H A Dtbl_html.c91 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()
H A Dhtml.h103 struct tag *tblt; /* current open table scope */ member
H A Dhtml.c844 if (tag == h->tblt) in print_ctag()
845 h->tblt = NULL; in print_ctag()
H A Dman_html.c223 if (h->tblt != NULL) in print_man_node()
H A Dmdoc_html.c407 if (h->tblt != NULL) in print_mdoc_node()
409 assert(h->tblt == NULL); in print_mdoc_node()