Lines Matching defs:file_list
128 static short *file_list;
144 if(file_list[i]==fd)
146 file_list[i] = file_list[npoll--];
167 if(file_list[i]==fd1)
169 file_list[i] = fd2;
194 file_list[npoll++] = fd;
227 if(service_list[file_list[i]])
228 *pstream++ = sh_fd2sfio(file_list[i]);
265 file_list = newof(NULL,short,n,0);
279 file_list[npoll++] = sp->fd;