Searched refs:arglist (Results 1 – 1 of 1) sorted by relevance
6106 struct arglist { struct6120 static struct arglist exparg; argument6128 ifsbreakup(char *string, struct arglist *arglist) in ifsbreakup() argument6172 *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() argument8090 if (arglist == NULL) { in expandarg()8113 *arglist->lastp = exparg.list; in expandarg()[all …]