MAXTMP
for (i=0; i<MAXTMP; i++)
if (i == MAXTMP)
CELL tmps[MAXTMP];
char *words[MAXTMP];
static FILE *tmpfp[MAXTMP]; /* FILE *'s to (unlinked) temporary files */
if (tmpfp_idx == MAXTMP) {
"files (maximum %d exceeded)", MAXTMP);