Home
last modified time | relevance | path

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

/dports/www/retawq/retawq-0.2.6c/
H A Drenderer.c115 } tHtmlNesting; typedef
122 { tHtmlNesting* nesting;
457 tHtmlNesting *nesting = rsd->nesting, *n; in html_nest()
460 rsd->nesting = nesting = (tHtmlNesting*) in html_nest()
461 memory_reallocate(nesting, maxnum * sizeof(tHtmlNesting), mapRendering); in html_nest()
622 { const tHtmlNesting* nesting = rsd->nesting; in html_nesting_closer()