Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/csh/
H A Dsh.c1220 static int *fdinuse = NULL; /* The list of files opened by csh */ variable
1276 CSH_FD_ISSET(fd, fdinuse)) { in close_inuse()
1316 if (fdinuse == NULL) { in initdesc_x()
1319 fdinuse = (int *)xalloc(nbytesused); in initdesc_x()
1354 CSH_FD_ZERO(fdinuse, nbytesused); in initdesc_x()
1371 if (CSH_FD_ISSET(f, fdinuse) && in closem()
1376 CSH_FD_ZERO(fdinuse, nbytesused); in closem()
1424 CSH_FD_SET(fd, fdinuse); in setfd()
1442 CSH_FD_CLR(fd, fdinuse); in unsetfd()
1445 if (CSH_FD_ISSET(i, fdinuse)) { in unsetfd()