Lines Matching refs:sh_arg
113 struct sh_arg {
122 struct sh_arg arg;
213 static void expand_arg(struct sh_arg *arg, char *new, unsigned flags, in expand_arg()
295 struct sh_process *run_command(struct sh_arg *arg, int **rdlist) in run_command()
313 struct sh_arg aa; in run_command()
608 void argxtend(struct sh_arg *arg) in argxtend()
617 struct sh_arg arg[1];
650 struct sh_arg *arg; // arguments to function call
702 struct sh_arg *arg = 0; in parse_line()
753 pl = xrealloc(pl, sizeof(*pl) + ++pl->count*sizeof(struct sh_arg)); in parse_line()
1037 struct sh_arg farg; // for/select arg stack in run_function()