Lines Matching defs:sc_ihandle
57 int sc_ihandle;
156 of->sc_ihandle = 0;
193 if (!of->sc_ihandle) {
217 if ((of->sc_ihandle = OF_open(path)) == -1) {
226 of->sc_ihandle, 0);
273 OF_seek(of->sc_ihandle, 0);
276 OF_close(of->sc_ihandle);
277 of->sc_ihandle = 0;
316 if (OF_seek(of->sc_ihandle, off) < 0)
318 read = OF_io(of->sc_ihandle, bp->b_data, bp->b_bcount);
488 of->sc_ihandle, 0);