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

/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dcflow.c50 struct checkpt *pp = (struct checkpt*)shp->jmplist;
H A Dgetopts.c61 struct checkpt buff, *pp;
112 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.c226 struct checkpt buff;
H A Dtypeset.c948 struct checkpt buff;
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dfault.h94 struct checkpt struct
H A Ddefs.h210 struct checkpt checkbase; \
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dfault.c66 register struct checkpt *pp = (struct checkpt*)shp->jmplist;
398 struct checkpt *pp = (struct checkpt*)sh.jmplist;
444 struct checkpt buff;
491 if(jmpval>SH_JMPTRAP && (((struct checkpt*)shp->jmpbuffer)->prev || ((struct checkpt*)shp->jmpbuffer)->mode==SH_JMPSCRIPT))
502 register struct checkpt *pp = (struct checkpt*)shp->jmplist;
H A Dsubshell.c105 register struct checkpt *pp = (struct checkpt*)shp->jmplist;
120 ((struct checkpt*)shp->jmplist)->mode = SH_JMPERREXIT;
480 struct checkpt buff;
623 ((struct checkpt*)shp->jmplist)->mode = SH_JMPERREXIT;
750 ((struct checkpt*)shp->jmplist)->mode = SH_JMPERREXIT;
H A Dxec.c470 struct checkpt *pp = (struct checkpt*)shp->jmplist;
471 struct checkpt buff;
533 struct checkpt buff;
919 struct checkpt buff;
1093 struct checkpt buff;
1177 ((struct checkpt*)shp->jmplist)->mode!=SH_JMPEVAL &&
1296 struct checkpt buff;
1386 struct checkpt buff;
1459 struct checkpt buf
[all...]
H A Dio.c444 int mode = ((struct checkpt*)sh.jmplist)->mode;
447 ((struct checkpt*)sh.jmplist)->mode = 0;
453 ((struct checkpt*)sh.jmplist)->mode = mode;
552 ((struct checkpt*)shp->jmplist)->mode = SH_JMPERREXIT;
1469 ((struct checkpt*)shp->jmplist)->mode = SH_JMPERREXIT;
1673 ((struct checkpt*)sh.jmplist)->mode = SH_JMPEXIT;
1950 register struct checkpt *pp;
1998 if((pp=(struct checkpt*)shp->jmplist) && pp->mode==SH_JMPCMD)
2018 if(pp=(struct checkpt*)shp->jmplist)
H A Dmacro.c131 struct checkpt buff;
1977 struct checkpt buff;
H A Dmain.c389 struct checkpt buff;
H A Dpath.c1004 ((struct checkpt*)shp->jmplist)->mode = SH_JMPEXIT;
1169 ((struct checkpt*)shp->jmplist)->mode = SH_JMPEXIT;
/illumos-gate/usr/src/cmd/backup/restore/
H A Dsymtab.c577 dumpsymtable(filename, checkpt)
579 int checkpt;
655 hdr.volno = checkpt;

Completed in 336 milliseconds