Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/include/
H A Dargnod.h37 off_t iooffset; member
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dtrestore.c245 iop->iooffset = sfseek(shp->heredocs,(off_t)0,SEEK_END); in r_redirect()
249 iop->iooffset = 0; in r_redirect()
H A Dtdump.c202 sfseek(sh.heredocs,iop->iooffset,SEEK_SET); in p_redirect()
H A Ddeparse.c578 sfseek(infile=sh.heredocs,iop->iooffset,SEEK_SET); in here_body()
H A Dio.c1368 infile = subopen(shp,shp->heredocs,iop->iooffset,iop->iosize); in io_heredoc()
H A Dlex.c1710 iop->iooffset = sfseek(sp,(off_t)0,SEEK_END); in here_copy()