Lines Matching refs:execflg
663 int execflg = (type&sh_state(SH_NOFORK)); in sh_exec() local
918 int was_nofork = execflg?sh_isstate(SH_NOFORK):0; in sh_exec()
939 if(execflg) in sh_exec()
956 type = (execflg && !shp->subshell && !shp->st.trapcom[0]); in sh_exec()
998 if(execflg && !shp->subshell && in sh_exec()
1038 if(execflg && !was_nofork) in sh_exec()
1137 indx = sh_redirect(shp,io,execflg); in sh_exec()
1178 (execflg2 || (execflg && in sh_exec()
1260 if(execflg && shp->subshell && !shp->subshare) in sh_exec()
1388 execflg = 0; in sh_exec()
1412 sh_redirect(shp,t->fork.forkio,execflg); in sh_exec()
2551 int sh_funscope(int argn, char *argv[],int(*fun)(void*),void *arg,int execflg) in sh_funscope() argument
2646 sh_exec((Shnode_t*)(nv_funtree((fp->node))),execflg|SH_ERREXIT); in sh_funscope()
2693 … void sh_funct(Shell_t *shp,Namval_t *np,int argn, char *argv[],struct argnod *envlist,int execflg) in sh_funct() argument
2728 sh_funscope(argn,argv,0,&fun,execflg); in sh_funct()