Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.c1227 static int NoFile = NOFILE; /* The number of files I can use. */ variable
1268 if (fd >= 3 && fd < NoFile && fd != script_fd) in close_except()
1278 if (fd >= 3 && fd < NoFile && fd != script_fd && in close_inuse()
1304 NoFile = rlp.rlim_cur; in initdesc_x()
1321 howmany(NoFile, sizeof (int) * NBBY); in initdesc_x()
1422 if (fd >= NoFile || fd < 0) in setfd()
1442 if (fd >= NoFile || fd < 0) in unsetfd()