Lines Matching refs:TABLE_FD
50 * if force!=0 then state.table.fd set to TABLE_FD
84 if (!n && fds[1] == TABLE_FD)
88 fds[0] = TABLE_FD;
94 CLOSE(TABLE_FD);
99 if (fds[0] == TABLE_FD) state.table.fd = fds[0];
102 if (force) CLOSE(TABLE_FD);
103 state.table.fd = FCNTL(fds[0], F_DUPFD, TABLE_FD);
121 if (force) CLOSE(TABLE_FD);
122 if (n == TABLE_FD) state.table.fd = TABLE_FD;
125 state.table.fd = FCNTL(n, F_DUPFD, TABLE_FD);