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.c1226 static int NoFile = NOFILE; /* The number of files I can use. */ variable
1267 if (fd >= 3 && fd < NoFile && fd != script_fd) in close_except()
1277 if (fd >= 3 && fd < NoFile && fd != script_fd && in close_inuse()
1303 NoFile = rlp.rlim_cur; in initdesc_x()
1320 howmany(NoFile, sizeof (int) * NBBY); in initdesc_x()
1421 if (fd >= NoFile || fd < 0) in setfd()
1441 if (fd >= NoFile || fd < 0) in unsetfd()