Searched refs:MAXTMP (Results 1 – 2 of 2) sorted by relevance
63 #define MAXTMP 64 macro64 static FILE *tmpfp[MAXTMP]; /* FILE *'s to (unlinked) temporary files */85 if (tmpfp_idx == MAXTMP) { in writeout()87 "files (maximum %d exceeded)", MAXTMP); in writeout()294 char *words[MAXTMP]; in merge_files()
57 #define MAXTMP 20 macro58 CELL tmps[MAXTMP];327 for (i=0; i<MAXTMP; i++) in gettemp()330 if (i == MAXTMP) in gettemp()