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

/ast/src/cmd/ie/
H A Dio.h148 #define IOERR 0040 macro
230 #define fiserror(fp) ((fp)->flag&IOERR)
234 # define clearerr(fp) ((fp)->flag &= ~(IOERR|IOEOF))
H A Deditlib.c279 fp->flag &= ~(IOREAD|IOERR|IOEOF);
298 fp->flag |= IOERR;
H A Dhistory.c612 if(fd->flag&IOERR)
1115 fp->flag |= IOERR;
/ast/src/cmd/codexlib/lzd/
H A Dlzd.c17 #define IOERR 1 macro

Completed in 15 milliseconds