Searched refs:arg_expand (Results 1 – 1 of 1) sorted by relevance
98 static int arg_expand(Shell_t*,struct argnod*,struct argnod**,int);737 n = arg_expand(shp,argp,&arghead,flag); in sh_argbuild()842 static int arg_expand(Shell_t *shp,register struct argnod *argp, struct argnod **argchain,int flag) in arg_expand() function