HomeSort by: relevance | last modified time | path
    Searched refs:NUFILE (Results 1 - 5 of 5) sorted by relevancy

  /src/bin/ksh/
main.c 678 for (fd = 0; fd < NUFILE; fd++)
732 for (fd = 0; fd < NUFILE; fd++)
sh.h 164 #define NUFILE 32 /* Number of user-accessible files */
syn.c 218 iops = (struct ioword **) alloc(sizeofN(struct ioword *, NUFILE+1),
243 if (iopn >= NUFILE)
397 if (iopn >= NUFILE)
c_sh.c 848 for (i = 0; i < NUFILE; i++) {
exec.c 136 e->savefd = (short *) alloc(sizeofN(short, NUFILE), ATEMP);
138 memset(e->savefd, 0, sizeofN(short, NUFILE));

Completed in 14 milliseconds