Searched refs:ignoresig (Results 1 – 3 of 3) sorted by relevance
41 void ignoresig(int);
937 ignoresig(SIGINT); in forkshell()938 ignoresig(SIGQUIT); in forkshell()949 ignoresig(SIGINT); in forkshell()950 ignoresig(SIGQUIT); in forkshell()
347 ignoresig(int signo) in ignoresig() function