Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshell.h178 extern int sh_eval(Sfio_t*,int);
/illumos-gate/usr/src/cmd/ast/libshell/
H A Dmapfile-vers53 sh_eval;
/illumos-gate/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