Home | History | Annotate | Download | only in lib

Lines Matching full:tstk

927   TAG *tStk;
932 tStk = tagStack;
933 while (tStk) {
934 TAG *tag = tStk;
935 tStk = tStk->parent;