Home
last modified time | relevance | path

Searched refs:NUFILE (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/bin/ksh/
H A Dsyn.c218 iops = (struct ioword **) alloc(sizeofN(struct ioword *, NUFILE+1),
243 if (iopn >= NUFILE)
397 if (iopn >= NUFILE)
H A Dmain.c678 for (fd = 0; fd < NUFILE; fd++) in quitenv()
732 for (fd = 0; fd < NUFILE; fd++) in cleanup_parents_env()
H A Dsh.h164 #define NUFILE 32 /* Number of user-accessible files */ macro
H A Dexec.c136 e->savefd = (short *) alloc(sizeofN(short, NUFILE), ATEMP);
138 memset(e->savefd, 0, sizeofN(short, NUFILE));
H A Dc_sh.c848 for (i = 0; i < NUFILE; i++) {