Searched refs:IOSTRG (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/ksh93/include/
H A Dshnodes.h182 #define IOSTRG 0x2000 /* here-document stored as incore string */ macro
/ast/src/cmd/ksh93/sh/
H A Ddeparse.c594 if(iop->iofile&IOSTRG)
599 if(iop->iofile&IOSTRG)
H A Dio.c1233 if(*fname || (iof&(IODOC|IOSTRG))==(IODOC|IOSTRG))
1557 if(!(iop->iofile&IOSTRG) && (!shp->heredocs || iop->iosize==0))
1562 if(iop->iofile&IOSTRG)
1625 if(traceon && !(iop->iofile&IOSTRG))

Completed in 15 milliseconds