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

/ast/src/cmd/ie/
H A Dio.h123 struct fileblk struct
135 struct fileblk *fstak;
153 extern struct fileblk *io_ftable[NFILE+USERIO];
245 extern void io_clear(struct fileblk*);
248 extern void io_init(int,struct fileblk*,char*);
249 extern int io_intr(struct fileblk*);
250 extern void io_push(struct fileblk*);
254 extern int io_readbuff(struct fileblk*);
305 extern struct fileblk io_stdin;
306 extern struct fileblk io_stdou
[all...]

Completed in 273 milliseconds