Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c7376 unsigned long long empty_trap_mask; in re_execute_shell() local
7393 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() local
10406 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()