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.c940 ignoresig(SIGINT); in forkshell()
941 ignoresig(SIGQUIT); in forkshell()
952 ignoresig(SIGINT); in forkshell()
953 ignoresig(SIGQUIT); in forkshell()
H A Dtrap.c347 ignoresig(int signo) in ignoresig() function