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

  /external/mksh/src/
syn.c 244 /* NUFILE is small enough to leave this addition unchecked */
245 iops = alloc2((NUFILE + 1), sizeof(struct ioword *), ATEMP);
271 if (iopn >= NUFILE)
486 if (iopn >= NUFILE)
exec.c 152 e->savefd = alloc2(NUFILE, sizeof(short), ATEMP);
154 memset(e->savefd, 0, NUFILE * sizeof(short));
    [all...]
main.c 867 for (fd = 0; fd < NUFILE; fd++)
938 for (fd = 0; fd < NUFILE; fd++)
    [all...]
sh.h 367 #define NUFILE 32 /* Number of user-accessible files */
370 #define NUFILE 56 /* Number of user-accessible files */
    [all...]
funcs.c     [all...]

Completed in 79 milliseconds