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 943 for (fd = 0; fd < NUFILE; fd++)
996 for (fd = 3; fd < NUFILE; fd++)
1033 for (fd = 0; fd < NUFILE; fd++)
    [all...]
exec.c 152 e->savefd = alloc2(NUFILE, sizeof(short), ATEMP);
154 memset(e->savefd, 0, NUFILE * sizeof(short));
    [all...]
sh.h 625 #define NUFILE 32 /* Number of user-accessible files */
628 #define NUFILE 56 /* Number of user-accessible files */
    [all...]
funcs.c     [all...]

Completed in 53 milliseconds