Home
last modified time | relevance | path

Searched refs:subopen (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dio.c351 static Sfio_t *subopen(Shell_t *,Sfio_t*, off_t, long);
1612 infile = subopen(shp,shp->heredocs,iop->iooffset,iop->iosize); in io_heredoc()
2406 static Sfio_t *subopen(Shell_t *shp,Sfio_t* sp, off_t offset, long size) in subopen() function