Searched refs:ST_NOEOF (Results 1 – 2 of 2) sorted by relevance
865 STps->eof = ST_NOEOF; in flush_buffer()878 STps->eof = ST_NOEOF; in flush_buffer()945 STps->eof = ST_NOEOF; in reset_state()1081 STps->eof = ST_NOEOF; in check_tape()1435 STps->eof = ST_NOEOF; in st_flush()1437 } else if ((STps->eof == ST_NOEOF && in st_flush()1883 STps->eof = ST_NOEOF; in st_write()2133 if (debugging && STps->eof != ST_NOEOF) in st_read()2185 if (debugging && STps->eof != ST_NOEOF) in st_read()2225 STps->eof = ST_NOEOF; in st_read()[all …]
199 #define ST_NOEOF 0 macro