Searched refs:SH_SIGRUNTIME (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/ksh93/include/
H A Dfault.h67 #define SH_SIGRUNTIME 0400 /* runtime value */ macro
/ast/src/cmd/ksh93/data/
H A Dsignals.c172 "RTMIN", VAL(SH_SIGRTMIN,SH_SIGRUNTIME), S("Lowest priority realtime signal"),
175 "RTMAX", VAL(SH_SIGRTMAX,SH_SIGRUNTIME), S("Highest priority realtime signal"),
/ast/src/cmd/ksh93/bltins/
H A Dtrap.c285 if((n>>SH_SIGBITS)&SH_SIGRUNTIME)
380 if (((tp->sh_number>>SH_SIGBITS) & SH_SIGRUNTIME) && (sig = shp->gd->sigruntime[sig-1]+1) == 1)
/ast/src/cmd/ksh93/sh/
H A Dfault.c245 if ((tp->sh_number>>SH_SIGBITS) & SH_SIGRUNTIME)
262 if(n&SH_SIGRUNTIME)

Completed in 14 milliseconds