Searched refs:sh_argbuild (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libshell/common/include/ |
H A D | defs.h | 358 extern char **sh_argbuild(Shell_t*,int*,const struct comnod*,int);
|
/titanic_41/usr/src/lib/libshell/common/edit/ |
H A D | completion.c | 306 com = sh_argbuild(ep->sh,&narg,comptr,0); in ed_expand()
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | args.c | 699 char **sh_argbuild(Shell_t *shp,int *nargs, const struct comnod *comptr,int flag) in sh_argbuild() function
|
H A D | xec.c | 713 com = sh_argbuild(shp,&argn,&(t->com),OPTIMIZE); in sh_exec() 1614 args=sh_argbuild(shp,&argn,tp,0); in sh_exec()
|
H A D | name.c | 398 char **argv = sh_argbuild(shp,&argc,&tp->com,0); in nv_setlist()
|