Searched refs:nhere (Results 1 – 6 of 6) sorted by relevance
88 ALIGN(sizeof (struct nhere)),89 ALIGN(sizeof (struct nhere)),207 calcsize(n->nhere.doc, result); in calcsize()208 calcsize(n->nhere.next, result); in calcsize()306 new->nhere.doc = copynode(n->nhere.doc, state); in copynode()307 new->nhere.next = copynode(n->nhere.next, state); in copynode()308 new->nhere.fd = n->nhere.fd; in copynode()
120 struct nhere { struct148 struct nhere nhere; argument
279 p = redir->nhere.expdoc; in openhere()281 p = redir->nhere.doc->narg.text; in openhere()
135 NHERE nhere # fd<<\!136 NXHERE nhere # fd<<!
498 redir->nhere.expdoc = ""; in exphere()508 expandarg(redir->nhere.doc, fn, 0); in exphere()509 redir->nhere.expdoc = fn->args[0]; in exphere()
809 here->here->nhere.doc = n; in parseheredoc()1055 if (sizeof (struct nfile) != sizeof (struct nhere)) { in parseredir()1056 np = (union node *)stalloc(sizeof (struct nhere)); in parseredir()