Searched refs:io_getc (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/ie/
H A Dhistory.c70 static int io_getc();
337 while((c=io_getc(fdo))!=EOF && c)
372 while((c=io_getc(fd))!=EOF) switch(state)
447 while((c=io_getc(fp->fixfd))!=EOF)
450 /* could use io_getc() but this is faster */
652 while((c = io_getc(fp->fixfd)) != EOF)
758 if((c=io_getc(fp->fixfd)) == EOF || c ==0)
816 while ((c = io_getc(fp->fixfd)) && c!=EOF)
958 while ((c=io_getc(fd)) != EOF)
1005 static int io_getc(f function
[all...]
H A Dio.h247 extern int io_getc(int);
275 extern int io_getc();

Completed in 13 milliseconds