Lines Matching refs:stktop
74 int stktop; variable
294 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()
366 stk[++stktop].opno = FT; in process()
367 stk[stktop].pl = 1; in process()
368 stk[stktop].parm = n; in process()
369 stk[stktop].lno = lineno; in process()
378 for (i=stktop; i>=0; i--) { in process()
418 if (stktop >= 0 && eq(mac, br[stk[stktop].opno].clbr)) in chkcmd()
419 stktop--; /* OK. Pop & forget */ in chkcmd()
425 stktop++; in chkcmd()
426 stk[stktop].opno = i; in chkcmd()
427 stk[stktop].pl = 0; in chkcmd()
428 stk[stktop].parm = 0; in chkcmd()
429 stk[stktop].lno = lineno; in chkcmd()
456 for (j=stktop; j>=0; j--) in nomatch()
459 if (j == stktop-2) { in nomatch()
466 stktop = j -1; in nomatch()
479 } else for (i=j+1; i <= stktop; i++) { in nomatch()
482 stktop = j-1; in nomatch()