Searched defs:io_ftable (Results 1 - 1 of 1) 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];

Completed in 13 milliseconds