• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/

Lines Matching defs:sh_exec

616 		sh_exec(t,sh_isstate(SH_ERREXIT)|sh_isstate(SH_NOFORK)|(mode&~SH_FUNEVAL));
848 sh_exec(t,filt==1||filt==2?SH_NOFORK:0);
966 int sh_exec(register const Shnode_t *t, int flags)
1593 sh_exec(t->fork.forktre,0);
1868 sh_exec(t->fork.forktre,flags|sh_state(SH_NOFORK)|sh_state(SH_FORKED));
1898 sh_exec(t->fork.forktre,0);
1931 sh_exec(t->fork.forktre,flags&~simple);
1975 sh_exec(t->par.partre,0);
1997 sh_exec(t->par.partre,flags);
2013 sh_exec(t->par.partre,flags);
2048 sh_exec(t->lst.lstlef, 0);
2054 sh_exec(t,0);
2125 type = sh_exec(t->lst.lstlef, errorflg);
2148 sh_exec(t,flags);
2197 sh_exec(t->lst.lstlef,errorflg|OPTIMIZE);
2201 sh_exec(t,flags);
2210 sh_exec(t->lst.lstlef,0);
2211 sh_exec(t->lst.lstrit,0);
2217 if(sh_exec(t->lst.lstlef,OPTIMIZE)==0)
2218 sh_exec(t->lst.lstrit,flags);
2228 if(sh_exec(t->lst.lstlef,OPTIMIZE)!=0)
2229 sh_exec(t->lst.lstrit,flags);
2337 sh_exec(t->for_.fortre,0);
2342 sh_exec(t->for_.fortre,flag);
2396 sh_exec(tt,0);
2399 if((sh_exec(tt,0)==0)!=(type==TWH))
2402 sh_exec(t->wh.dotre,0);
2404 sh_exec((Shnode_t*)t->wh.whinc,0);
2438 if((sh_exec(tt,first)==0)!=(type==TWH))
2440 r = sh_exec(t->wh.dotre,first|errorflg);
2445 sh_exec((Shnode_t*)t->wh.whinc,first);
2507 sh_exec(t->if_.thtre,0);
2509 sh_exec(t->if_.eltre, 0);
2513 if(sh_exec(t->if_.iftre,OPTIMIZE)==0)
2514 sh_exec(t->if_.thtre,flags);
2516 sh_exec(t->if_.eltre, flags);
2542 sh_exec(t->reg.regcom,0);
2562 do sh_exec(t->reg.regcom,(t->reg.regflag?(flags&sh_state(SH_ERREXIT)):flags));
2592 sh_exec(t->par.partre,0);
2598 sh_exec(t->par.partre,OPTIMIZE);
2616 sh_exec(t->par.partre,OPTIMIZE);
2669 sh_exec(t->funct.functtre,0);
2696 sh_exec(t->for_.fortre,flags|sh_state(SH_ERREXIT));
2834 sh_exec(t->lst.lstlef,OPTIMIZE);
2976 argn=sh_exec((Shnode_t*)t,sh_isstate(SH_ERREXIT));
3426 sh_exec((Shnode_t*)(nv_funtree((fp->node))),execflg|SH_ERREXIT);
3854 sh_exec(tchild,SH_NTFORK);