Searched refs:PNAMELEN (Results 1 – 1 of 1) sorted by relevance
55 #define PNAMELEN 40 /* length of a function/procedure name */ macro91 static char pstack[PSMAX][PNAMELEN+1]; /* the procedure name stack */360 strncpy (pstack[psptr], pname, PNAMELEN); in putScp()361 pstack[psptr][PNAMELEN] = '\0'; in putScp()