HomeSort by: relevance | last modified time | path
    Searched defs:stop_catcher (Results 1 - 2 of 2) sorted by relevancy

  /src/games/warp/
sig.c 52 sigset(SIGTSTP, stop_catcher);
53 sigset(SIGSTOP, stop_catcher);
205 stop_catcher(int sig) function in typeref:typename:void
211 write(2,"stop_catcher\r\n",13);
220 sigset(SIGTSTP,stop_catcher); /* unenable the stop */
  /src/games/boggle/boggle/
mach.c 80 static void stop_catcher(int);
211 stop_catcher(0);
575 signal(SIGTSTP, stop_catcher);
582 stop_catcher(int signo __unused) function in typeref:typename:void
598 signal(SIGTSTP, stop_catcher);

Completed in 12 milliseconds