Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c978 struct nhere { struct
1004 struct nhere nhere; argument
5487 p = redir->nhere.doc->narg.text; in openhere()
5489 expandhere(redir->nhere.doc); in openhere()
8929 [NHERE ] = SHELL_ALIGN(sizeof(struct nhere)),
8930 [NXHERE ] = SHELL_ALIGN(sizeof(struct nhere)),
9022 funcblocksize = calcsize(funcblocksize, n->nhere.doc); in calcsize()
9023 funcblocksize = calcsize(funcblocksize, n->nhere.next); in calcsize()
9147 new->nhere.doc = copynode(n->nhere.doc); in copynode()
9148 new->nhere.fd = n->nhere.fd; in copynode()
[all …]