Searched refs:SH_FUNEVAL (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/ksh93/include/
H A Ddefs.h384 #define SH_FUNEVAL 0x10000 /* for sh_eval for function load */ macro
/ast/src/cmd/ksh93/sh/
H A Dxec.c600 t = (Shnode_t*)sh_parse(shp,iop,(mode&(SH_READEVAL|SH_FUNEVAL))?mode&SH_FUNEVAL:SH_NL);
601 if(!(mode&SH_FUNEVAL) || !sfreserve(iop,0,0))
606 mode &= ~SH_FUNEVAL;
611 if((mode&~SH_FUNEVAL) && shp->gd->hist_ptr)
616 sh_exec(t,sh_isstate(SH_ERREXIT)|sh_isstate(SH_NOFORK)|(mode&~SH_FUNEVAL));
617 if(!(mode&SH_FUNEVAL))
H A Dpath.c624 sh_eval(sfnew(NIL(Sfio_t*),buff,IOBSIZE,fno,SF_READ),SH_FUNEVAL);
/ast/src/cmd/ksh93/bltins/
H A Dmisc.c295 sh_eval(iop,sh_isstate(SH_PROFILE)?SH_FUNEVAL:0);

Completed in 30 milliseconds