Searched refs:io_ftable (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/ie/
H A Deditlib.c54 struct fileblk *io_ftable[NFILE+USERIO] = { 0 }; variable in typeref:struct:fileblk
275 if(!io_ftable[fd])
276 io_ftable[fd] = &outfile;
277 fp = io_ftable[fd];
282 if(io_ftable[fd]==io_ftable[output])
293 register struct fileblk *fp = io_ftable[output];
312 register struct fileblk *fp = io_ftable[output];
326 register struct fileblk *fp = io_ftable[output];
H A Dhistory.c178 fp->fixfp = io_ftable[fd];
998 io_ftable[fd] = fp;
1008 register struct fileblk *fp = io_ftable[fd];
1035 if(!(fp=io_ftable[fd]))
1131 register struct fileblk *fp = io_ftable[fd];
1138 io_ftable[fd] = 0;
1153 if(io_ftable[fb] = io_ftable[fa])
1154 io_ftable[fb]->fdes = fb;
1155 io_ftable[f
[all...]
H A Dio.h153 extern struct fileblk *io_ftable[NFILE+USERIO];
H A Dedit.c969 if((editb.e_cur>=editb.e_eol) || fnobuff(io_ftable[fildes]))

Completed in 20 milliseconds