Searched refs:stktop (Results 1 – 1 of 1) sorted by relevance
74 int stktop; variable294 stktop = -1; in process()344 if (stk[stktop].opno == SZ) { in process()345 stktop--; in process()351 stk[++stktop].opno = SZ; in process()352 stk[stktop].pl = pl; in process()353 stk[stktop].parm = n; in process()354 stk[stktop].lno = lineno; in process()359 if (stk[stktop].opno == FT) { in process()360 stktop--; in process()[all …]