Searched defs:psptr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/vgrind/
H A Dvfontedpr.c64 int psptr; /* the stack index of the current procedure */ variable
359 for (psptr=0; psptr<PSMAX; psptr++) {
360 pstack[psptr][0] = NULL;
361 plstack[psptr] = 0;
363 psptr = -1;
408 if (prccont && (psptr >= 0))
409 printf("'FC %s\n", pstack[psptr]);
411 printf ("com %o str %o chr %o ptr %d\n", incomm, instr, inchr, psptr);
[all...]

Completed in 58 milliseconds