Searched refs:ST_NOEOF (Results 1 – 2 of 2) sorted by relevance
862 STps->eof = ST_NOEOF; in flush_buffer()875 STps->eof = ST_NOEOF; in flush_buffer()942 STps->eof = ST_NOEOF; in reset_state()1078 STps->eof = ST_NOEOF; in check_tape()1432 STps->eof = ST_NOEOF; in st_flush()1434 } else if ((STps->eof == ST_NOEOF && in st_flush()1881 STps->eof = ST_NOEOF; in st_write()2131 if (debugging && STps->eof != ST_NOEOF) in st_read()2183 if (debugging && STps->eof != ST_NOEOF) in st_read()2223 STps->eof = ST_NOEOF; in st_read()[all …]
202 #define ST_NOEOF 0 macro