Searched defs:file_list (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/ksh93/bltins/
H A Dmkservice.c128 static short *file_list; variable
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
[all...]

Completed in 11 milliseconds