Home
last modified time | relevance | path

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

/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/bltins/
H A Dalarm.c138 tp->sh->trapnote |= SH_SIGALRM; in trap_timeout()
142 tp->sh->sigflag[SIGALRM] |= SH_SIGALRM; in trap_timeout()
153 shp->trapnote &= ~SH_SIGALRM; in sh_timetraps()
156 shp->sigflag[SIGALRM] &= ~SH_SIGALRM; in sh_timetraps()
180 if(!(shp->sigflag[SIGALRM]&SH_SIGALRM)) in sh_timetraps()
/dports/shells/ksh93-devel/ast-cc1bca27/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()
/dports/shells/ksh93/ast-93u/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()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Dfault.h65 #define SH_SIGALRM 0200 /* timer alarm received */ macro
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Dfault.h65 #define SH_SIGALRM 0200 /* timer alarm received */ macro
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Dfault.h65 #define SH_SIGALRM 0200 /* timer alarm received */ macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dfault.c414 if(shp->sigflag[SIGALRM]&SH_SIGALRM) in sh_chktrap()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dfault.c414 if(shp->sigflag[SIGALRM]&SH_SIGALRM) in sh_chktrap()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dfault.c468 if(shp->sigflag[SIGALRM]&SH_SIGALRM) in sh_chktrap()
H A Dxec.c3013 if(shp->trapnote&SH_SIGALRM) in sh_exec()
3015 shp->trapnote &= ~SH_SIGALRM; in sh_exec()