Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h182 #define IOSTRG 0x2000 /* here-document stored as incore string */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Ddeparse.c594 if(iop->iofile&IOSTRG) in here_body()
599 if(iop->iofile&IOSTRG) in here_body()
H A Dio.c1255 if(*fname || (iof&(IODOC|IOSTRG))==(IODOC|IOSTRG)) in sh_redirect()
1584 if(!(iop->iofile&IOSTRG) && (!shp->heredocs || iop->iosize==0)) in io_heredoc()
1589 if(iop->iofile&IOSTRG) in io_heredoc()
1652 if(traceon && !(iop->iofile&IOSTRG)) in io_heredoc()
H A Dparse.c1763 iof |= IOSTRG; in inout()