Searched defs:here_doc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Ddeparse.c61 static const struct ionod *here_doc; variable in typeref:struct:ionod
217 sfputr(outfile,cp,here_doc?'\n':' ');
218 if(here_doc)
220 here_body(here_doc);
221 here_doc = 0;
342 while(begin_line && here_doc)
344 here_body(here_doc);
345 here_doc = 0;
463 iop->iolink = (char*)here_doc;
465 here_doc
[all...]

Completed in 66 milliseconds