Searched refs:ST_NOEOF (Results 1 – 2 of 2) sorted by relevance
864 STps->eof = ST_NOEOF; in flush_buffer()877 STps->eof = ST_NOEOF; in flush_buffer()944 STps->eof = ST_NOEOF; in reset_state()1080 STps->eof = ST_NOEOF; in check_tape()1434 STps->eof = ST_NOEOF; in st_flush()1436 } else if ((STps->eof == ST_NOEOF && in st_flush()1882 STps->eof = ST_NOEOF; in st_write()2132 if (debugging && STps->eof != ST_NOEOF) in st_read()2184 if (debugging && STps->eof != ST_NOEOF) in st_read()2224 STps->eof = ST_NOEOF; in st_read()[all …]
202 #define ST_NOEOF 0 macro