Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c897 struct nodelist *cmdlist; member
1363 for (lp = n->npipe.cmdlist; lp; lp = lp->next) { in shtree()
4949 cmdlist(union node *np, int sep) in cmdlist() function
4975 lp = n->npipe.cmdlist; in cmdtxt()
5044 cmdlist(n->nfor.args, 1); in cmdtxt()
5053 cmdlist(n->ncmd.args, 1); in cmdtxt()
5054 cmdlist(n->ncmd.redirect, 0); in cmdtxt()
8960 funcblocksize = sizenodelist(funcblocksize, n->npipe.cmdlist); in calcsize()
9077 new->npipe.cmdlist = copynodelist(n->npipe.cmdlist); in copynode()
9662 for (lp = n->npipe.cmdlist; lp; lp = lp->next) in evalpipe()
[all …]