Lines Matching defs:al
194 struct arg_list *al, *new, *list = NULL;
200 al = TT.f ? TT.f : TT.e;
201 while (al) {
202 if (TT.f) s = ss = xreadfile(al->arg, 0, 0);
203 else s = ss = al->arg;
214 al = al->next;
215 if (!al && TT.f) {
217 al = TT.e;
228 for (al = TT.e; al; al = al->next)
229 len += strlen(al->arg)+1+!(toys.optflags & FLAG_E);
233 for (al = TT.e; al; al = al->next) {
234 s = stpcpy(s, al->arg);