Home
last modified time | relevance | path

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

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