Searched refs:NUFILE (Results 1 – 5 of 5) sorted by relevance
278 iops = alloc2((NUFILE + 1), sizeof(struct ioword *), ATEMP); in get_command()313 if (iopn >= NUFILE) in get_command()513 if (iopn >= NUFILE) in get_command()
956 for (fd = 0; fd < NUFILE; fd++) in quitenv()1009 for (fd = 3; fd < NUFILE; fd++) in quitenv()1046 for (fd = 0; fd < NUFILE; fd++) in cleanup_parents_env()
151 e->savefd = alloc2(NUFILE, sizeof(short), ATEMP); in execute()153 memset(e->savefd, 0, NUFILE * sizeof(short)); in execute()
666 #define NUFILE 32 /* Number of user-accessible files */ macro669 #define NUFILE 56 /* Number of user-accessible files */ macro
2726 for (i = 0; i < NUFILE; i++) { in c_exec()