Searched refs:SH_JMPCMD (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | fault.h | 80 #define SH_JMPCMD 6 macro
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | fault.c | 171 if(pp->mode==SH_JMPCMD || (pp->mode==1 && shp->bltinfun) && !(flag&SH_SIGIGNORE)) in sh_fault() 190 if(pp->mode==SH_JMPCMD && sh_isstate(SH_STOPOK)) in sh_fault() 213 if(pp->mode==SH_JMPCMD && sh_isstate(SH_STOPOK)) in sh_fault()
|
H A D | xec.c | 1335 sh_pushcontext(shp,buffp,SH_JMPCMD); in sh_exec() 1427 if(jmpval<=SH_JMPCMD && (!nv_isattr(np,BLT_SPC) || command)) in sh_exec() 1545 sh_pushcontext(shp,buffp,SH_JMPCMD); in sh_exec() 1865 sh_iorestore(shp,topfd,SH_JMPCMD); in sh_exec() 3587 sh_pushcontext(shp,buffp,SH_JMPCMD); in sh_fun() 3601 if(jmpval>SH_JMPCMD) in sh_fun() 3930 sh_pushcontext(shp,buffp,SH_JMPCMD); in sh_ntfork() 4061 if(jmpval>SH_JMPCMD) in sh_ntfork()
|
H A D | io.c | 2292 if((pp=(struct checkpt*)shp->jmplist) && pp->mode==SH_JMPCMD) in sftrack()
|