NOFILE
maxfiles = NOFILE;
static int NoFile = NOFILE; /* The number of files I can use. */
(void) print(NOFILE); /* on GCOS, use current file, if any */
for (i = 0; i < NOFILE; i++) {
return NOFILE;
#ifndef NOFILE
struct fdsave fdmap[NOFILE];
if (phfd == NOFILE) {