Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/include/
H A Dshnodes.h183 #define IOQUOTE 0x8000 /* here-document delimiter was quoted */ macro
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dlex.c1735 if(iop->iofile&IOQUOTE) in here_copy()
1916 iop->iofile |= IOQUOTE; in here_copy()
H A Dio.c1376 if(iop->iofile&IOQUOTE) in io_heredoc()
H A Dparse.c1642 iof |= IOQUOTE; in inout()