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

/freebsd-10.1-release/contrib/mdocml/
H A Dtbl_html.c64 assert(NULL == h->tblt);
66 h->tblt = print_otag(h, TAG_TABLE, 1, &tag);
84 assert(h->tblt);
85 print_tagq(h, h->tblt);
86 h->tblt = NULL;
99 if (NULL == h->tblt)
102 assert(h->tblt);
H A Dhtml.c547 if (tag == h->tblt)
548 h->tblt = NULL;
572 if (tag == h->tblt)
573 h->tblt = NULL;
H A Dhtml.h122 struct tag *tblt; /* current open table scope */ member in struct:html
H A Dmdoc_html.c418 assert(NULL == h->tblt);
450 if (h->tblt) {
455 assert(NULL == h->tblt);
H A Dman_html.c256 if (h->tblt) {

Completed in 107 milliseconds