Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c6106 struct arglist { struct
6120 static struct arglist exparg; argument
6128 ifsbreakup(char *string, struct arglist *arglist) in ifsbreakup() argument
6172 *arglist->lastp = sp; in ifsbreakup()
6173 arglist->lastp = &sp->next; in ifsbreakup()
6213 *arglist->lastp = sp; in ifsbreakup()
6214 arglist->lastp = &sp->next; in ifsbreakup()
8081 expandarg(union node *arg, struct arglist *arglist, int flag) in expandarg() argument
8090 if (arglist == NULL) { in expandarg()
8113 *arglist->lastp = exparg.list; in expandarg()
[all …]