Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/include/
H A Dshnodes.h181 #define IOSTRG 0x2000 /* here-document stored as incore string */ macro
/titanic_41/usr/src/lib/libshell/common/sh/
H A Ddeparse.c575 if(iop->iofile&IOSTRG) in here_body()
580 if(iop->iofile&IOSTRG) in here_body()
H A Dio.c1355 if(!(iop->iofile&IOSTRG) && (!shp->heredocs || iop->iosize==0)) in io_heredoc()
1360 if(iop->iofile&IOSTRG) in io_heredoc()
1395 if(traceon && !(iop->iofile&IOSTRG)) in io_heredoc()
H A Dparse.c1631 iof |= IOSTRG; in inout()