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()
337 stktop--; in process()
354 stktop--; in process()
416 if (stktop >= 0 && eq(mac, br[stk[stktop].opno].clbr)) in chkcmd()
425 stk[stktop].pl = 0; in chkcmd()
457 if (j == stktop-2) { in nomatch()
466 stktop = j -1; in nomatch()
[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.c237 uintptr_t stktop = ulwp->ul_stktop; in ulwp_clean() local
245 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))