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

  /src/games/battlestar/
fly.c 54 static sig_t oldsig; variable in typeref:typename:sig_t
67 if (oldsig == SIG_DFL) {
71 if (oldsig != SIG_IGN) {
73 (*oldsig) (SIGINT);
85 oldsig = signal(SIGINT, succumb);
298 signal(SIGINT, oldsig);
  /src/usr.bin/tcopy/
tcopy.c 81 sig_t oldsig; local in function:main
148 if ((oldsig = signal(SIGINT, SIG_IGN)) != SIG_IGN)
220 (void)signal(SIGINT, oldsig);

Completed in 12 milliseconds