Searched refs:sh_argopts (Results 1 – 8 of 8) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | argnod.h | 132 extern int sh_argopts(int,char*[],void*);
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | argnod.h | 132 extern int sh_argopts(int,char*[],void*);
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | args.c | 138 int sh_argopts(int argc,register char *argv[], void *context) in sh_argopts() function
|
H A D | init.c | 1216 if((shp->st.dolc = sh_argopts(-argc,argv,shp)) < 0) in sh_init()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | args.c | 141 int sh_argopts(int argc,register char *argv[], void *context) in sh_argopts() function
|
H A D | init.c | 1463 if((shp->st.dolc = sh_argopts(-argc,argv,shp)) < 0) in sh_init()
|
/titanic_51/usr/src/lib/libshell/common/bltins/ |
H A D | typeset.c | 905 if(sh_argopts(argc,argv,tdata.sh) < 0) in b_set()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | typeset.c | 1119 if(sh_argopts(argc,argv,tdata.sh) < 0) in b_set()
|