Home
last modified time | relevance | path

Searched refs:sh_eval (Results 1 – 24 of 24) sorted by relevance

/titanic_51/usr/src/lib/libshell/common/bltins/
H A Dhist.c244 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 Dmisc.c202 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 Dhist.c249 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 Dmisc.c202 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 Dshell.h172 extern int sh_eval(Sfio_t*,int);
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshell.h178 extern int sh_eval(Sfio_t*,int);
/titanic_51/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h182 extern __MANGLE__ int sh_eval __PROTO__((Sfio_t*,int));
/titanic_51/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h182 extern __MANGLE__ int sh_eval __PROTO__((Sfio_t*,int));
/titanic_51/usr/src/lib/libshell/
H A Dmapfile-vers48 sh_eval;
/titanic_51/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h182 extern __MANGLE__ int sh_eval __PROTO__((Sfio_t*,int));
/titanic_51/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h182 extern __MANGLE__ int sh_eval __PROTO__((Sfio_t*,int));
/titanic_51/usr/src/cmd/ast/libshell/
H A Dmapfile-vers53 sh_eval;
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dbash.c419 sh_eval(iop,0); in bash_init()
H A Dfault.c464 sh_eval(sp,0); in sh_trap()
H A Dnvtree.c65 c=sh_eval(iop,SH_READEVAL); in read_tree()
H A Darray.c330 sh_eval(sh_sfeval(av),0); in nv_arraysettype()
H A Dpath.c659 sh_eval(sfnew(NIL(Sfio_t*),buff,IOBSIZE,fno,SF_READ),SH_FUNEVAL); in funload()
H A Dxec.c464 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 Dbash.c418 sh_eval(iop,0); in bash_init()
H A Dfault.c475 sh_eval(sp,0); in sh_trap()
H A Dnvtree.c66 c=sh_eval(iop,SH_READEVAL); in read_tree()
H A Dpath.c628 sh_eval(sfnew(NIL(Sfio_t*),buff,IOBSIZE,fno,SF_READ),SH_FUNEVAL); in funload()
H A Darray.c434 sh_eval(sh_sfeval(av),0); in nv_arraysettype()
H A Dxec.c571 int sh_eval(register Sfio_t *iop, int mode) in sh_eval() function