Searched refs:sh_eval (Results 1 – 14 of 14) sorted by relevance
/titanic_44/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_44/usr/src/lib/libshell/common/include/ |
H A D | shell.h | 172 extern int sh_eval(Sfio_t*,int);
|
/titanic_44/usr/src/lib/libshell/amd64/include/ast/ |
H A D | shell.h | 182 extern __MANGLE__ int sh_eval __PROTO__((Sfio_t*,int));
|
/titanic_44/usr/src/lib/libshell/i386/include/ast/ |
H A D | shell.h | 182 extern __MANGLE__ int sh_eval __PROTO__((Sfio_t*,int));
|
/titanic_44/usr/src/lib/libshell/ |
H A D | mapfile-vers | 48 sh_eval;
|
/titanic_44/usr/src/lib/libshell/sparc/include/ast/ |
H A D | shell.h | 182 extern __MANGLE__ int sh_eval __PROTO__((Sfio_t*,int));
|
/titanic_44/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | shell.h | 182 extern __MANGLE__ int sh_eval __PROTO__((Sfio_t*,int));
|
/titanic_44/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
|