Home
last modified time | relevance | path

Searched refs:SH_SIGALRM (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dalarm.c120 tp->sh->trapnote |= SH_SIGALRM; in trap_timeout()
124 tp->sh->sigflag[SIGALRM] |= SH_SIGALRM; in trap_timeout()
135 shp->sigflag[SIGALRM] &= ~SH_SIGALRM; in sh_timetraps()
153 if(!(shp->sigflag[SIGALRM]&SH_SIGALRM)) in sh_timetraps()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dfault.h65 #define SH_SIGALRM 0200 /* timer alarm received */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dfault.c414 if(shp->sigflag[SIGALRM]&SH_SIGALRM) in sh_chktrap()
H A Dxec.c2921 if(shp->trapnote&SH_SIGALRM) in sh_exec()
2923 shp->trapnote &= ~SH_SIGALRM; in sh_exec()