Home
last modified time | relevance | path

Searched refs:SH_SIGSET (Results 1 – 17 of 17) sorted by relevance

/titanic_44/usr/src/lib/libshell/common/sh/
H A Dfault.c143 shp->trapnote |= SH_SIGSET; in sh_fault()
145 shp->sigflag[sig] |= SH_SIGSET; in sh_fault()
174 flag = SH_SIGSET; in sh_fault()
286 flag &= ~(SH_SIGSET|SH_SIGTRAP); in sh_sigtrap()
319 flag = sh.sigflag[sig]&~(SH_SIGTRAP|SH_SIGSET); in sh_sigreset()
362 flag &= ~(SH_SIGTRAP|SH_SIGSET); in sh_sigclear()
387 sh.trapnote &= ~SH_SIGSET; in sh_chktrap()
H A Dio.c649 if (sh->trapnote&SH_SIGSET) in onintr()
1616 if((sh.trapnote&(SH_SIGSET|SH_SIGTRAP)) && errno!=EIO && errno!=ENXIO) in slowexcept()
1650 if(sh.trapnote&SH_SIGSET) in slowexcept()
1675 sh.trapnote |= SH_SIGSET; in time_grace()
2214 if(sh.trapnote&SH_SIGSET) in sh_menu()
H A Dmain.c91 if(shp->trapnote&SH_SIGSET) in fts_sigcheck()
H A Dxec.c2236 if(shp->trapnote&SH_SIGSET) in sh_exec()
/titanic_44/usr/src/lib/libshell/common/bltins/
H A Dsleep.c144 shp->trapnote &= ~SH_SIGSET; in sleep()
170 if (shp->trapnote & (SH_SIGSET | SH_SIGTRAP)) return; in sh_delay()
H A Dprint.c291 if(shp->trapnote&SH_SIGSET) in b_print()
/titanic_44/usr/src/lib/libshell/common/include/
H A Dfault.h59 #define SH_SIGSET 4 /* pending signal */ macro
H A Dshell.h248 #define SH_SIGSET 4 macro
H A Ddefs.h429 #define sh_sigcheck() do{if(sh.trapnote&SH_SIGSET)sh_exit(SH_EXITSIG);} while(0)
/titanic_44/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h259 #define SH_SIGSET 4 macro
/titanic_44/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h259 #define SH_SIGSET 4 macro
/titanic_44/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h259 #define SH_SIGSET 4 macro
/titanic_44/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h259 #define SH_SIGSET 4 macro
/titanic_44/usr/src/lib/libshell/common/edit/
H A Dcompletion.c313 if(sh.trapnote&SH_SIGSET) in ed_expand()
H A Dedit.c819 if(shp->trapnote&(SH_SIGSET|SH_SIGTRAP)) in ed_read()
900 if(shp->trapnote&(SH_SIGSET|SH_SIGTRAP)) in ed_read()
H A Dhistory.c967 if(((Shell_t*)hp->histshell)->trapnote&SH_SIGSET) in hist_find()
H A Dvi.c270 if(sh.trapnote&SH_SIGSET) in ed_viread()