Searched refs:stktop (Results 1 – 8 of 8) sorted by relevance
46 static int stktop; variable170 stktop++; in growstk()171 if (stktop >= maxstk) { in growstk()284 stktop = -1; in process()334 if (stk[stktop].opno == SZ) { in process()335 stktop--; in process()343 stk[stktop].opno = SZ; in process()344 stk[stktop].pl = pl; in process()345 stk[stktop].parm = n; in process()346 stk[stktop].lno = lineno; in process()[all …]
46 #define stktop(sp) ((char*)(sp)->_next) macro
55 #define stktop(sp) ((char*)(sp)->_next) macro
236 uintptr_t stktop = ulwp->ul_stktop; in ulwp_clean() local244 ulwp->ul_stktop = stktop; in ulwp_clean()
201 #define stkframe(s) (*((Stk_frame_t**)stktop(s)-1))