Home
last modified time | relevance | path

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

/freebsd-12.1/bin/sh/
H A Dredir.c274 p = redir->nhere.expdoc; in openhere()
276 p = redir->nhere.doc->narg.text; in openhere()
H A Dnodetypes135 NHERE nhere # fd<<\!
136 NXHERE nhere # fd<<!
H A Deval.c501 redir->nhere.expdoc = ""; in exphere()
511 expandarg(redir->nhere.doc, fn, 0); in exphere()
512 redir->nhere.expdoc = fn->args[0]; in exphere()
H A Dparser.c805 here->here->nhere.doc = n; in parseheredoc()
1051 if (sizeof (struct nfile) != sizeof (struct nhere)) { in parseredir()
1052 np = (union node *)stalloc(sizeof (struct nhere)); in parseredir()