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

/netbsd-current/external/bsd/mdocml/dist/
H A Dtbl_html.c90 assert(NULL == h->tblt);
91 h->tblt = print_otag(h, TAG_TABLE, "c?ss", "tbl",
106 assert(h->tblt);
107 print_tagq(h, h->tblt);
108 h->tblt = NULL;
123 if (h->tblt == NULL)
H A Dhtml.h108 struct tag *tblt; /* current open table scope */ member in struct:html
H A Dhtml.c740 if (tag == h->tblt)
741 h->tblt = NULL;
H A Dmdoc_html.c364 assert(NULL == h->tblt);
399 if (h->tblt != NULL)
401 assert(h->tblt == NULL);
H A Dman_html.c216 if (h->tblt != NULL)

Completed in 132 milliseconds