Home
last modified time | relevance | path

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

/third_party/uapp/dash/src/
A Dnodes.h134 struct nhere { struct
162 struct nhere nhere; member
A Dnodes.c87 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 …]
A Dredir.c305 p = redir->nhere.doc->narg.text; in openhere()
307 expandarg(redir->nhere.doc, NULL, EXP_QUOTED); in openhere()
A Dnodetypes142 NHERE nhere # fd<<\!
143 NXHERE nhere # fd<<!
A Dparser.c663 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