Home
last modified time | relevance | path

Searched refs:stktop (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/checknr/
H A Dchecknr.c48 static int stktop; variable
172 stktop++; in growstk()
173 if (stktop >= maxstk) { in growstk()
286 stktop = -1; in process()
336 if (stk[stktop].opno == SZ) { in process()
337 stktop--; in process()
345 stk[stktop].opno = SZ; in process()
346 stk[stktop].pl = pl; in process()
347 stk[stktop].parm = n; in process()
348 stk[stktop].lno = lineno; in process()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dstk.h46 #define stktop(sp) ((char*)(sp)->_next) macro
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c236 uintptr_t stktop = ulwp->ul_stktop; in ulwp_clean() local
244 ulwp->ul_stktop = stktop; in ulwp_clean()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregnexec.c201 #define stkframe(s) (*((Stk_frame_t**)stktop(s)-1))