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

  /src/games/larn/
signal.c 66 #ifdef SIGTSTP
75 signal(SIGTSTP, SIG_DFL);
81 sigsetmask(sigblock(0) & ~BIT(SIGTSTP));
83 kill(getpid(), SIGTSTP);
86 signal(SIGTSTP, tstop);
94 #endif /* SIGTSTP */
116 #ifdef SIGTSTP
117 signal(SIGTSTP, tstop);
119 #endif /* SIGTSTP */
  /src/distrib/utils/more/
signal.c 63 #ifdef SIGTSTP
73 #ifdef SIGTSTP
82 (void)signal(SIGTSTP, stop);
139 #ifdef SIGTSTP
140 (void)signal(SIGTSTP, stop);
155 #ifdef SIGTSTP
156 (void)signal(SIGTSTP, SIG_DFL);
197 #ifdef SIGTSTP
214 (void)signal(SIGTSTP, SIG_DFL);
215 (void)kill(getpid(), SIGTSTP);
    [all...]
  /src/usr.bin/qsubst/
qsubst.c 160 kill(getpid(), SIGTSTP);
161 old_tstp = signal(SIGTSTP, SIG_DFL);
162 sigsetmask(mask & ~sigmask(SIGTSTP));
163 signal(SIGTSTP, old_tstp);
168 sigtstp(int sig) function
569 signal(SIGTSTP, sigtstp);
  /src/games/snake/snake/
snake.c 979 kill(getpid(), SIGTSTP);
  /src/sys/sys/
signal.h 70 #define SIGTSTP 18 /* stop signal from tty */
  /src/games/canfield/canfield/
canfield.c 1385 #ifndef SIGTSTP
1396 kill(getpid(), SIGTSTP);

Completed in 32 milliseconds