ofile 153 proc.c if(proc->ofile[i]) ofile 154 proc.c np->ofile[i] = filedup(proc->ofile[i]); ofile 183 proc.c if(proc->ofile[fd]){ ofile 184 proc.c fileclose(proc->ofile[fd]); ofile 185 proc.c proc->ofile[fd] = 0; ofile 66 proc.h struct file *ofile[NOFILE]; // Open files ofile 27 sysfile.c if(fd < 0 || fd >= NOFILE || (f=proc->ofile[fd]) == 0) ofile 44 sysfile.c if(proc->ofile[fd] == 0){ ofile 45 sysfile.c proc->ofile[fd] = f; ofile 98 sysfile.c proc->ofile[fd] = 0; ofile 434 sysfile.c proc->ofile[fd0] = 0;