Searched refs:nhere (Results 1 – 5 of 5) sorted by relevance
82 SHELL_ALIGN(sizeof (struct nhere)),83 SHELL_ALIGN(sizeof (struct nhere)),185 calcsize(n->nhere.doc);186 calcsize(n->nhere.next);286 new->nhere.doc = copynode(n->nhere.doc);287 new->nhere.fd = n->nhere.fd;288 new->nhere.next = copynode(n->nhere.next);
120 struct nhere { struct147 struct nhere nhere; member
266 len = strlen(redir->nhere.doc->narg.text); in openhere()268 xwrite(pip[1], redir->nhere.doc->narg.text, len); in openhere()282 xwrite(pip[1], redir->nhere.doc->narg.text, len); in openhere()284 expandhere(redir->nhere.doc, pip[1]); in openhere()
134 NHERE nhere # fd<<\!135 NXHERE nhere # fd<<!
699 here->here->nhere.doc = n; in parseheredoc()1218 if (sizeof (struct nfile) != sizeof (struct nhere)) { in readtoken1()1219 np = (union node *)stalloc(sizeof (struct nhere)); in readtoken1()