/titanic_51/usr/src/lib/libshell/common/bltins/ |
H A D | hist.c | 244 error_info.errors = sh_eval(sh_sfeval(com),0); in b_hist() 267 sh_eval(iop,1); in b_hist() 306 sh_eval(sfopen(NIL(Sfio_t*),sp,"s"),1); in hist_subst()
|
H A D | misc.c | 202 sh_eval(sh_sfeval(argv),0); in b_eval() 294 sh_eval(iop,0); in b_dot_cmd()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | hist.c | 249 error_info.errors = sh_eval(sh_sfeval(com),0); in b_hist() 272 sh_eval(iop,1); in b_hist() 311 sh_eval(sfopen(NIL(Sfio_t*),sp,"s"),1); in hist_subst()
|
H A D | misc.c | 202 sh_eval(sh_sfeval(argv),0); in b_eval() 295 sh_eval(iop,sh_isstate(SH_PROFILE)?SH_FUNEVAL:0); in b_dot_cmd()
|
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | shell.h | 172 extern int sh_eval(Sfio_t*,int);
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | shell.h | 178 extern int sh_eval(Sfio_t*,int);
|
/titanic_51/usr/src/lib/libshell/amd64/include/ast/ |
H A D | shell.h | 182 extern __MANGLE__ int sh_eval __PROTO__((Sfio_t*,int));
|
/titanic_51/usr/src/lib/libshell/i386/include/ast/ |
H A D | shell.h | 182 extern __MANGLE__ int sh_eval __PROTO__((Sfio_t*,int));
|
/titanic_51/usr/src/lib/libshell/ |
H A D | mapfile-vers | 48 sh_eval;
|
/titanic_51/usr/src/lib/libshell/sparc/include/ast/ |
H A D | shell.h | 182 extern __MANGLE__ int sh_eval __PROTO__((Sfio_t*,int));
|
/titanic_51/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | shell.h | 182 extern __MANGLE__ int sh_eval __PROTO__((Sfio_t*,int));
|
/titanic_51/usr/src/cmd/ast/libshell/ |
H A D | mapfile-vers | 53 sh_eval;
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | bash.c | 419 sh_eval(iop,0); in bash_init()
|
H A D | fault.c | 464 sh_eval(sp,0); in sh_trap()
|
H A D | nvtree.c | 65 c=sh_eval(iop,SH_READEVAL); in read_tree()
|
H A D | array.c | 330 sh_eval(sh_sfeval(av),0); in nv_arraysettype()
|
H A D | path.c | 659 sh_eval(sfnew(NIL(Sfio_t*),buff,IOBSIZE,fno,SF_READ),SH_FUNEVAL); in funload()
|
H A D | xec.c | 464 int sh_eval(register Sfio_t *iop, int mode) in sh_eval() function
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | bash.c | 418 sh_eval(iop,0); in bash_init()
|
H A D | fault.c | 475 sh_eval(sp,0); in sh_trap()
|
H A D | nvtree.c | 66 c=sh_eval(iop,SH_READEVAL); in read_tree()
|
H A D | path.c | 628 sh_eval(sfnew(NIL(Sfio_t*),buff,IOBSIZE,fno,SF_READ),SH_FUNEVAL); in funload()
|
H A D | array.c | 434 sh_eval(sh_sfeval(av),0); in nv_arraysettype()
|
H A D | xec.c | 571 int sh_eval(register Sfio_t *iop, int mode) in sh_eval() function
|