Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/csh/
H A Dsh.c1224 static int NoFile = NOFILE; /* The number of files I can use. */ variable
1265 if (fd >= 3 && fd < NoFile && fd != script_fd) in close_except()
1275 if (fd >= 3 && fd < NoFile && fd != script_fd && in close_inuse()
1301 NoFile = rlp.rlim_cur; in initdesc_x()
1318 howmany(NoFile, sizeof (int) * NBBY); in initdesc_x()
1419 if (fd >= NoFile || fd < 0) in setfd()
1439 if (fd >= NoFile || fd < 0) in unsetfd()