Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.c1222 static int *fdinuse = NULL; /* The list of files opened by csh */ variable
1278 CSH_FD_ISSET(fd, fdinuse)) { in close_inuse()
1318 if (fdinuse == NULL) { in initdesc_x()
1321 fdinuse = (int *)xalloc(nbytesused); in initdesc_x()
1356 CSH_FD_ZERO(fdinuse, nbytesused); in initdesc_x()
1373 if (CSH_FD_ISSET(f, fdinuse) && in closem()
1378 CSH_FD_ZERO(fdinuse, nbytesused); in closem()
1426 CSH_FD_SET(fd, fdinuse); in setfd()
1444 CSH_FD_CLR(fd, fdinuse); in unsetfd()
1447 if (CSH_FD_ISSET(i, fdinuse)) { in unsetfd()