Searched refs:pstack (Results 1 – 3 of 3) sorted by relevance
1163 void* pstack = m_ctxt.tstack; variable1164 scope( exit ) m_ctxt.tstack = pstack;1170 pstack -= size_t.sizeof; in push()1171 *(cast(size_t*) pstack) = val; in push()1175 pstack += size_t.sizeof; in push()1176 *(cast(size_t*) pstack) = val; in push()1187 pstack = cast(void*)(cast(size_t)(pstack) - (cast(size_t)(pstack) & 0x0F)); in version()1191 pstack = cast(void*)(cast(size_t)(pstack) + (cast(size_t)(pstack) & 0x0F)); in version()1256 pstack -= reserve; in version()1257 *(cast(EXCEPTION_REGISTRATION*)pstack) = in version()[all …]
107 static char pstack[PSMAX][PNAMELEN+1]; /* the procedure name stack */ variable292 pstack[psptr][0] = '\0'; in main()337 ps(pstack[psptr]); in main()374 strlcpy(pstack[psptr], pname, sizeof(pstack[psptr])); in putScp()
9 psig, pstack, pfiles and pwdx (or perhaps not, since they're pretty13 main trunk, and pstack will make much more sense after the nathanw_sa