Searched refs:stktop (Results 1 – 3 of 3) sorted by relevance
72 static int stktop; variable321 stktop = -1; in process()372 if (stktop >= 0 && in process()373 stk[stktop].opno == SZ) { in process()374 stktop--; in process()380 stk[++stktop].opno = SZ; in process()381 stk[stktop].pl = pl; in process()382 stk[stktop].parm = n; in process()383 stk[stktop].lno = lineno; in process()388 if (stktop >= 0 && in process()[all …]
64 this->stktop = (uintptr_t)this->stkinfo32->ss_sp +74 this->stktop = (uintptr_t)this->stkinfo->ss_sp +82 @sizes[execname] = quantize(this->stktop - this->stkptr);