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

  /external/mksh/src/
os2.c 452 for (fd = 0; fd < NUFILE; fd++) {
syn.c 275 /* NUFILE is small enough to leave this addition unchecked */
276 iops = alloc2((NUFILE + 1), sizeof(struct ioword *), ATEMP);
311 if (iopn >= NUFILE)
513 if (iopn >= NUFILE)
main.c 1016 for (fd = 0; fd < NUFILE; fd++)
1069 for (fd = 3; fd < NUFILE; fd++)
1106 for (fd = 0; fd < NUFILE; fd++)
    [all...]
exec.c 134 e->savefd = alloc2(NUFILE, sizeof(short), ATEMP);
136 memset(e->savefd, 0, NUFILE * sizeof(short));
    [all...]
funcs.c     [all...]
sh.h 715 #define NUFILE 32 /* Number of user-accessible files */
    [all...]

Completed in 71 milliseconds