Home
last modified time | relevance | path

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

/freebsd-head/bin/sh/
HDtrap.h41 void ignoresig(int);
HDjobs.c937 ignoresig(SIGINT); in forkshell()
938 ignoresig(SIGQUIT); in forkshell()
949 ignoresig(SIGINT); in forkshell()
950 ignoresig(SIGQUIT); in forkshell()
HDtrap.c347 ignoresig(int signo) in ignoresig() function