Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c3662 ignoresig(int signo) in ignoresig() function
5255 ignoresig(SIGINT); in forkchild()
5256 ignoresig(SIGQUIT); in forkchild()
5502 ignoresig(SIGINT); //signal(SIGINT, SIG_IGN); in openhere()
5503 ignoresig(SIGQUIT); //signal(SIGQUIT, SIG_IGN); in openhere()
5504 ignoresig(SIGHUP); //signal(SIGHUP, SIG_IGN); in openhere()
5505 ignoresig(SIGTSTP); //signal(SIGTSTP, SIG_IGN); in openhere()