Searched refs:iooffset (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libshell/common/include/ |
H A D | argnod.h | 37 off_t iooffset; member
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | trestore.c | 245 iop->iooffset = sfseek(shp->heredocs,(off_t)0,SEEK_END); in r_redirect() 249 iop->iooffset = 0; in r_redirect()
|
H A D | tdump.c | 202 sfseek(sh.heredocs,iop->iooffset,SEEK_SET); in p_redirect()
|
H A D | deparse.c | 578 sfseek(infile=sh.heredocs,iop->iooffset,SEEK_SET); in here_body()
|
H A D | io.c | 1368 infile = subopen(shp,shp->heredocs,iop->iooffset,iop->iosize); in io_heredoc()
|
H A D | lex.c | 1710 iop->iooffset = sfseek(sp,(off_t)0,SEEK_END); in here_copy()
|