Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c897 struct nodelist *cmdlist;
953 struct nodelist *backquote;
1014 struct nodelist { struct
1015 struct nodelist *next; argument
1192 struct nodelist *bqlist; in sharg()
1329 struct nodelist *lp; in shtree()
4964 struct nodelist *lp; in cmdtxt()
6114 static struct nodelist *argbackq;
8937 sizenodelist(int funcblocksize, struct nodelist *lp) in sizenodelist()
8940 funcblocksize += SHELL_ALIGN(sizeof(struct nodelist)); in sizenodelist()
[all …]