Searched refs:NUFILE (Results 1 – 5 of 5) sorted by relevance
269 iops = alloc2((NUFILE + 1), sizeof(struct ioword *), ATEMP); in get_command()295 if (iopn >= NUFILE) in get_command()489 if (iopn >= NUFILE) in get_command()
943 for (fd = 0; fd < NUFILE; fd++) in quitenv()996 for (fd = 3; fd < NUFILE; fd++) in quitenv()1033 for (fd = 0; fd < NUFILE; fd++) in cleanup_parents_env()
625 #define NUFILE 32 /* Number of user-accessible files */ macro628 #define NUFILE 56 /* Number of user-accessible files */ macro
152 e->savefd = alloc2(NUFILE, sizeof(short), ATEMP); in execute()154 memset(e->savefd, 0, NUFILE * sizeof(short)); in execute()
2669 for (i = 0; i < NUFILE; i++) { in c_exec()