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

/external/expat/lib/
H A Dxmlparse.c927 TAG *tStk; local
932 tStk = tagStack;
933 while (tStk) {
934 TAG *tag = tStk;
935 tStk = tStk->parent;

Completed in 146 milliseconds