Searched refs:subopen (Results 1 – 1 of 1) sorted by relevance
332 static Sfio_t *subopen(Shell_t *,Sfio_t*, off_t, long);1368 infile = subopen(shp,shp->heredocs,iop->iooffset,iop->iosize); in io_heredoc()2112 static Sfio_t *subopen(Shell_t *shp,Sfio_t* sp, off_t offset, long size) in subopen() function