Searched refs:ST_NOEOF (Results 1 – 2 of 2) sorted by relevance
877 STps->eof = ST_NOEOF; in flush_buffer()890 STps->eof = ST_NOEOF; in flush_buffer()957 STps->eof = ST_NOEOF; in reset_state()1108 STps->eof = ST_NOEOF; in check_tape()1462 STps->eof = ST_NOEOF; in st_flush()1464 } else if ((STps->eof == ST_NOEOF && in st_flush()1910 STps->eof = ST_NOEOF; in st_write()2160 if (debugging && STps->eof != ST_NOEOF) in st_read()2212 if (debugging && STps->eof != ST_NOEOF) in st_read()2252 STps->eof = ST_NOEOF; in st_read()[all …]
206 #define ST_NOEOF 0 macro