Home
last modified time | relevance | path

Searched refs:checkpt (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dfault.c68 register struct checkpt *pp = (struct checkpt*)shp->jmplist; in sh_fault()
409 struct checkpt *pp = (struct checkpt*)shp->jmplist; in sh_chktrap()
455 struct checkpt buff; in sh_trap()
502 …if(jmpval>SH_JMPTRAP && (((struct checkpt*)shp->jmpbuffer)->prev || ((struct checkpt*)shp->jmpbuff… in sh_trap()
513 register struct checkpt *pp = (struct checkpt*)shp->jmplist; in sh_exit()
H A Dxec.c577 struct checkpt *pp = (struct checkpt*)shp->jmplist; in sh_eval()
578 struct checkpt *buffp = (struct checkpt*)stkalloc(shp->stk,sizeof(struct checkpt)); in sh_eval()
1313 struct checkpt *buffp = (struct checkpt*)stkalloc(shp->stk,sizeof(struct checkpt)); in sh_exec()
1493 struct checkpt *buffp = (struct checkpt*)stkalloc(shp->stk,sizeof(struct checkpt)); in sh_exec()
1618 ((struct checkpt*)shp->jmplist)->mode!=SH_JMPEVAL && in sh_exec()
1780 struct checkpt *buffp = (struct checkpt*)stkalloc(shp->stk,sizeof(struct checkpt)); in sh_exec()
1905 struct checkpt *buffp = (struct checkpt*)stkalloc(shp->stk,sizeof(struct checkpt)); in sh_exec()
1997 struct checkpt *buffp = (struct checkpt*)stkalloc(shp->stk,sizeof(struct checkpt)); in sh_exec()
2259 int jmpval = ((struct checkpt*)shp->jmplist)->mode; in sh_exec()
2260 struct checkpt *buffp = (struct checkpt*)stkalloc(shp->stk,sizeof(struct checkpt)); in sh_exec()
[all …]
H A Dsubshell.c122 register struct checkpt *pp = (struct checkpt*)shp->jmplist; in sh_subtmpfile()
485 struct checkpt buff; in sh_subshell()
685 ((struct checkpt*)shp->jmplist)->mode = SH_JMPERREXIT; in sh_subshell()
827 ((struct checkpt*)shp->jmplist)->mode = SH_JMPERREXIT; in sh_subshell()
H A Dio.c493 int mode = ((struct checkpt*)shp->jmplist)->mode; in outexcept()
496 ((struct checkpt*)shp->jmplist)->mode = 0; in outexcept()
502 ((struct checkpt*)shp->jmplist)->mode = mode; in outexcept()
605 ((struct checkpt*)shp->jmplist)->mode = SH_JMPERREXIT; in io_preserve()
1721 ((struct checkpt*)shp->jmplist)->mode = SH_JMPERREXIT; in sh_iosave()
1951 ((struct checkpt*)shp->jmplist)->mode = SH_JMPEXIT; in time_grace()
2244 register struct checkpt *pp; in sftrack()
2292 if((pp=(struct checkpt*)shp->jmplist) && pp->mode==SH_JMPCMD) in sftrack()
2312 if(pp=(struct checkpt*)shp->jmplist) in sftrack()
H A Dmain.c375 struct checkpt buff; in exfile()
H A Dpath.c1042 ((struct checkpt*)shp->jmplist)->mode = SH_JMPEXIT; in path_exec()
1206 ((struct checkpt*)shp->jmplist)->mode = SH_JMPEXIT; in path_spawn()
H A Dmacro.c141 struct checkpt buff; in sh_mactry()
2123 struct checkpt buff; in comsubst()
H A Dparse.c762 struct checkpt buff; in funct()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dcflow.c50 struct checkpt *pp = (struct checkpt*)shp->jmplist; in b_return()
H A Dgetopts.c66 struct checkpt buff, *pp; in b_getopts()
120 pp = (struct checkpt*)shp->jmplist; in b_getopts()
H A Dmisc.c100 struct checkpt *pp; in B_login()
111 pp = (struct checkpt*)shp->jmplist; in B_login()
218 struct checkpt buff; in b_dot_cmd()
H A Dread.c228 struct checkpt buff; in sh_readline()
H A Dtypeset.c1162 struct checkpt buff; in unall()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dfault.h94 struct checkpt struct
H A Ddefs.h241 struct checkpt checkbase; \
/illumos-gate/usr/src/cmd/backup/restore/
H A Dsymtab.c553 dumpsymtable(char *filename, int checkpt) in dumpsymtable() argument
629 hdr.volno = checkpt; in dumpsymtable()