Searched refs:nhere (Results 1 – 5 of 5) sorted by relevance
134 struct nhere { struct162 struct nhere nhere; member
87 SHELL_ALIGN(sizeof (struct nhere)),88 SHELL_ALIGN(sizeof (struct nhere)),205 calcsize(n->nhere.doc);206 calcsize(n->nhere.next);314 new->nhere.doc = copynode(n->nhere.doc);315 new->nhere.fd = n->nhere.fd;316 new->nhere.next = copynode(n->nhere.next);454 encodenode(n->nhere.doc); in encodenode()455 encodenode(n->nhere.next); in encodenode()556 decodenode(&n->nhere.doc); in decodenode()[all …]
305 p = redir->nhere.doc->narg.text; in openhere()307 expandarg(redir->nhere.doc, NULL, EXP_QUOTED); in openhere()
142 NHERE nhere # fd<<\!143 NXHERE nhere # fd<<!
663 here->here->nhere.doc = n; in parseheredoc()1147 if (sizeof (struct nfile) != sizeof (struct nhere)) { in readtoken1()1148 np = (union node *)stalloc(sizeof (struct nhere)); in readtoken1()
Completed in 8 milliseconds