Searched refs:ST_NOEOF (Results 1 – 2 of 2) sorted by relevance
876 STps->eof = ST_NOEOF; in flush_buffer()889 STps->eof = ST_NOEOF; in flush_buffer()956 STps->eof = ST_NOEOF; in reset_state()1107 STps->eof = ST_NOEOF; in check_tape()1461 STps->eof = ST_NOEOF; in st_flush()1463 } else if ((STps->eof == ST_NOEOF && in st_flush()1909 STps->eof = ST_NOEOF; in st_write()2159 if (debugging && STps->eof != ST_NOEOF) in st_read()2211 if (debugging && STps->eof != ST_NOEOF) in st_read()2251 STps->eof = ST_NOEOF; in st_read()[all …]
206 #define ST_NOEOF 0 macro