tagStack          896 third_party/expat/files/lib/xmlparse.c   tagStack = NULL;
tagStack          932 third_party/expat/files/lib/xmlparse.c   tStk = tagStack;
tagStack         1137 third_party/expat/files/lib/xmlparse.c   tagList = tagStack;
tagStack         2057 third_party/expat/files/lib/xmlparse.c   TAG *tag = tagStack;
tagStack         2404 third_party/expat/files/lib/xmlparse.c         tag->parent = tagStack;
tagStack         2405 third_party/expat/files/lib/xmlparse.c         tagStack = tag;
tagStack         2500 third_party/expat/files/lib/xmlparse.c         TAG *tag = tagStack;
tagStack         2501 third_party/expat/files/lib/xmlparse.c         tagStack = tag->parent;
tagStack         3027 third_party/expat/files/lib/xmlparse.c     for (p = tagStack; p; p = p->parent)