Lines Matching defs:execflg
876 int execflg = (type&sh_state(SH_NOFORK));
1177 int was_nofork = execflg?sh_isstate(SH_NOFORK):0;
1198 if(execflg)
1215 type = (execflg && !shp->subshell && !shp->st.trapcom[0]);
1257 if(execflg && !shp->subshell &&
1297 if(execflg && !was_nofork)
1406 indx = sh_redirect(shp,io,execflg);
1460 (execflg2 || (execflg &&
1728 execflg = 0;
1754 sh_redirect(shp,t->fork.forkio,execflg);
3120 int sh_funscope(int argn, char *argv[],int(*fun)(void*),void *arg,int execflg)
3233 sh_exec((Shnode_t*)(nv_funtree((fp->node))),execflg|SH_ERREXIT);
3282 static void sh_funct(Shell_t *shp,Namval_t *np,int argn, char *argv[],struct argnod *envlist,int execflg)
3319 sh_funscope(argn,argv,0,&fun,execflg);