HomeSort by relevance Sort by last modified time
    Searched refs:NUFILE (Results 1 - 5 of 5) sorted by null

  /external/mksh/src/
syn.c 268 /* NUFILE is small enough to leave this addition unchecked */
269 iops = alloc2((NUFILE + 1), sizeof(struct ioword *), ATEMP);
295 if (iopn >= NUFILE)
489 if (iopn >= NUFILE)
main.c 987 for (fd = 0; fd < NUFILE; fd++)
1040 for (fd = 3; fd < NUFILE; fd++)
1079 for (fd = 0; fd < NUFILE; fd++)
    [all...]
exec.c 147 e->savefd = alloc2(NUFILE, sizeof(short), ATEMP);
149 memset(e->savefd, 0, NUFILE * sizeof(short));
    [all...]
sh.h 606 #define NUFILE 32 /* Number of user-accessible files */
609 #define NUFILE 56 /* Number of user-accessible files */
    [all...]
funcs.c     [all...]

Completed in 718 milliseconds