Searched refs:empty_trap_mask (Results 1 – 1 of 1) sorted by relevance
7376 unsigned long long empty_trap_mask; in re_execute_shell() local7393 empty_trap_mask = 0; in re_execute_shell()7398 empty_trap_mask |= 1LL << sig; in re_execute_shell()7408 , empty_trap_mask in re_execute_shell()10394 unsigned long long empty_trap_mask; in hush_main() local10406 empty_trap_mask = bb_strtoull(optarg, &optarg, 16); in hush_main()10407 if (empty_trap_mask != 0) { in hush_main()10413 if (empty_trap_mask & (1LL << sig)) { in hush_main()