Searched refs:PSMAX (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/vgrind/
H A Dvfontedpr.c70 #define PSMAX 20 /* size of procedure name stacking */ macro
101 static int plstack[PSMAX]; /* the procedure nesting level stack */
105 static char pstack[PSMAX][PNAMELEN+1]; /* the procedure name stack */
293 for (psptr=0; psptr<PSMAX; psptr++) {
375 if (psptr < PSMAX) {

Completed in 97 milliseconds