Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c455 char sigmode[NSIG - 1]; member
499 #define sigmode (G_misc.sigmode ) macro
3665 if (sigmode[signo - 1] != S_IGN && sigmode[signo - 1] != S_HARD_IGN) { in ignoresig()
3669 sigmode[signo - 1] = S_HARD_IGN; in ignoresig()
3756 t = &sigmode[signo - 1]; in setsignal()
14403 sigmode[SIGCHLD - 1] = S_DFL; /* ensure we install handler even if it is SIG_IGNed */ in init()