Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/
Dmore.c62 static void gotsig(int sig UNUSED_PARAM) in gotsig() function
106 bb_signals(BB_FATAL_SIGS, gotsig); in more_main()
/busybox-1.35.0/shell/
Dash.c462 uint8_t gotsig[NSIG - 1]; /* offset by 1: "signal" 0 is meaningless */ member
500 #define gotsig (G_misc.gotsig ) macro
3684 gotsig[signo - 1] = 1; in signal_handler()
9233 for (sig = 1, g = gotsig; sig < NSIG; sig++, g++) { in dotrap()