Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c921 smallint flag_SIGINT; member
2167 G.flag_SIGINT = 1; in check_and_run_traps()
2654 G.flag_SIGINT = 0; in get_user_input()
2665 if (r != 0 && !G.flag_SIGINT) in get_user_input()
2689 G.flag_SIGINT = 0; in get_user_input()
2707 if (r != '\0' && !G.flag_SIGINT) in get_user_input()
2709 if (G.flag_SIGINT) { in get_user_input()
9737 if (G.flag_SIGINT) in run_list()