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

/netbsd-current/usr.bin/vgrind/
H A Dvfontedpr.c72 #define PSMAX 20 /* size of procedure name stacking */ macro
103 static int plstack[PSMAX]; /* the procedure nesting level stack */
107 static char pstack[PSMAX][PNAMELEN+1]; /* the procedure name stack */
291 for (psptr=0; psptr<PSMAX; psptr++) {
372 if (psptr < PSMAX) {

Completed in 76 milliseconds