Searched refs:SH_JMPERREXIT (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/include/
H A Dfault.h84 #define SH_JMPERREXIT 10 macro
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dmain.c391 sh_pushcontext(shp,&buff,SH_JMPERREXIT);
451 if(!sh_isoption(SH_INTERACTIVE) || sh_isstate(SH_FORKED) || (jmpval > SH_JMPERREXIT && job_close(shp) >=0))
542 buff.mode = SH_JMPERREXIT;
H A Dsubshell.c630 ((struct checkpt*)shp->jmplist)->mode = SH_JMPERREXIT;
761 ((struct checkpt*)shp->jmplist)->mode = SH_JMPERREXIT;
H A Dfault.c546 pp->mode = SH_JMPERREXIT;
H A Dio.c596 ((struct checkpt*)shp->jmplist)->mode = SH_JMPERREXIT;
1615 ((struct checkpt*)shp->jmplist)->mode = SH_JMPERREXIT;
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/bltins/
H A Dgetopts.c117 pp->mode = SH_JMPERREXIT;

Completed in 179 milliseconds