Lines Matching defs:psptr
106 static int psptr; /* the stack index of the current procedure */
291 for (psptr=0; psptr<PSMAX; psptr++) {
292 pstack[psptr][0] = '\0';
293 plstack[psptr] = 0;
295 psptr = -1;
335 if (prccont && (psptr >= 0)) {
337 ps(pstack[psptr]);
341 printf ("com %o str %o chr %o ptr %d\n", incomm, instr, inchr, psptr);
372 if (psptr < PSMAX) {
373 ++psptr;
374 strlcpy(pstack[psptr], pname, sizeof(pstack[psptr]));
375 plstack[psptr] = blklevel;
450 if (psptr >= 0 && plstack[psptr] >= blklevel) {
456 blklevel = plstack[psptr];
459 if (--psptr >= 0)
462 psptr = -1;