Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Dtrap.h41 void ignoresig(int);
H A Djobs.c937 ignoresig(SIGINT); in forkshell()
938 ignoresig(SIGQUIT); in forkshell()
949 ignoresig(SIGINT); in forkshell()
950 ignoresig(SIGQUIT); in forkshell()
H A Dtrap.c347 ignoresig(int signo) in ignoresig() function