Searched refs:checkpt (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/bltins/
H A Dcflow.c50 struct checkpt *pp = (struct checkpt*)shp->jmplist;
H A Dgetopts.c62 struct checkpt buff, *pp;
116 pp = (struct checkpt*)shp->jmplist;
H A Dmisc.c100 struct checkpt *pp;
111 pp = (struct checkpt*)shp->jmplist;
217 struct checkpt buff;
H A Dread.c227 struct checkpt buff;
H A Dtypeset.c1081 struct checkpt buff;
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/include/
H A Dfault.h94 struct checkpt struct
H A Ddefs.h236 struct checkpt checkbase; \
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dfault.c68 register struct checkpt *pp = (struct checkpt*)shp->jmplist;
409 struct checkpt *pp = (struct checkpt*)shp->jmplist;
455 struct checkpt buff;
502 if(jmpval>SH_JMPTRAP && (((struct checkpt*)shp->jmpbuffer)->prev || ((struct checkpt*)shp->jmpbuffer)->mode==SH_JMPSCRIPT))
513 register struct checkpt *pp = (struct checkpt*)shp->jmplist;
H A Dsubshell.c112 register struct checkpt *pp = (struct checkpt*)shp->jmplist;
468 struct checkpt buff;
630 ((struct checkpt*)shp->jmplist)->mode = SH_JMPERREXIT;
761 ((struct checkpt*)shp->jmplist)->mode = SH_JMPERREXIT;
H A Dxec.c535 struct checkpt *pp = (struct checkpt*)shp->jmplist;
536 struct checkpt buff;
1168 struct checkpt buff;
1342 struct checkpt buff;
1449 ((struct checkpt*)shp->jmplist)->mode!=SH_JMPEVAL &&
1609 struct checkpt buff;
1707 struct checkpt buff;
1799 struct checkpt buff;
2019 int jmpval = ((struct checkpt*)sh
[all...]
H A Dio.c484 int mode = ((struct checkpt*)shp->jmplist)->mode;
487 ((struct checkpt*)shp->jmplist)->mode = 0;
493 ((struct checkpt*)shp->jmplist)->mode = mode;
596 ((struct checkpt*)shp->jmplist)->mode = SH_JMPERREXIT;
1615 ((struct checkpt*)shp->jmplist)->mode = SH_JMPERREXIT;
1833 ((struct checkpt*)shp->jmplist)->mode = SH_JMPEXIT;
2123 register struct checkpt *pp;
2171 if((pp=(struct checkpt*)shp->jmplist) && pp->mode==SH_JMPCMD)
2191 if(pp=(struct checkpt*)shp->jmplist)
H A Dmacro.c136 struct checkpt buff;
2077 struct checkpt buff;
H A Dmain.c390 struct checkpt buff;
H A Dpath.c1005 ((struct checkpt*)shp->jmplist)->mode = SH_JMPEXIT;
1169 ((struct checkpt*)shp->jmplist)->mode = SH_JMPEXIT;

Completed in 419 milliseconds