Searched refs:fill_arglist (Results 1 – 1 of 1) sorted by relevance
8804 fill_arglist(struct arglist *arglist, union node **argpp) in fill_arglist() function8828 sp = sp->next ? sp->next : fill_arglist(arglist, argpp); in parse_command_args()8838 if (!sp->next && !fill_arglist(arglist, argpp)) in parse_command_args()10337 osp = fill_arglist(&arglist, &argp); in evalcommand()