Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h184 #define IOQUOTE 0x8000 /* here-document delimiter was quoted */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dio.c1621 if(fno>=0 && !(iop->iofile&IOQUOTE)) in io_heredoc()
1623 if(fno>=0 || (iop->iofile&IOQUOTE)) in io_heredoc()
1639 if(!(iop->iofile&IOQUOTE)) in io_heredoc()
H A Dlex.c1868 if(iop->iofile&IOQUOTE) in here_copy()
2080 iop->iofile |= IOQUOTE; in here_copy()
H A Dparse.c1774 iof |= IOQUOTE; in inout()