Home | History | Annotate | Download | only in lib

Lines Matching full:tstk

886   TAG *tStk;
891 tStk = tagStack;
892 while (tStk) {
893 TAG *tag = tStk;
894 tStk = tStk->parent;