Searched refs:SIGTSTP (Results 26 - 50 of 90) sorted by relevance

1234

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_unix.c270 #ifdef SIGTSTP
272 signal(SIGTSTP, SIG_DFL);
349 #ifdef SIGTSTP
351 signal(SIGTSTP, onsusp);
H A Dex_subr.c1049 #ifdef SIGTSTP
1051 signal(SIGTSTP, onsusp);
1093 #ifdef SIGTSTP
1115 signal(SIGTSTP, SIG_DFL);
1116 kill(0, SIGTSTP);
1120 signal(SIGTSTP, onsusp);
H A Dex.c418 #ifdef SIGTSTP
419 if (!hush && signal(SIGTSTP, SIG_IGN) == SIG_DFL)
420 signal(SIGTSTP, onsusp), dosusp++;
H A Dex_tty.c205 #ifdef SIGTSTP
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Djobs.c150 #ifdef SIGTSTP
171 #endif /* SIGTSTP */
322 #ifdef SIGTSTP
343 #endif /* SIGTSTP */
507 #ifndef SIGTSTP
509 #endif /*SIGTSTP */
518 #ifdef SIGTSTP
521 #endif /* SIGTSTP */
523 #ifdef SIGTSTP
572 #ifdef SIGTSTP
[all...]
/illumos-gate/usr/src/cmd/more/
H A Dmore.c162 #ifdef SIGTSTP
181 int catch_susp; /* We should catch the SIGTSTP signal */
316 #ifdef SIGTSTP
317 if (signal (SIGTSTP, SIG_IGN) == SIG_DFL) {
318 signal(SIGTSTP, onsusp);
1438 #ifdef SIGTSTP
1440 signal(SIGTSTP, SIG_DFL);
1446 #ifdef SIGTSTP
1448 signal(SIGTSTP, onsusp);
1786 #ifdef SIGTSTP
[all...]
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dbuiltins.h78 # ifdef SIGTSTP
80 # endif /* SIGTSTP */
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dsignal.h88 #define SIGTSTP 18 /* stop signal from tty */ macro
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dstr2sig.c71 { "TSTP", SIGTSTP },
/illumos-gate/usr/src/lib/libshell/common/data/
H A Dsignals.c209 #ifdef SIGTSTP
210 "TSTP", VAL(SIGTSTP,0), S("Stopped"),
211 #endif /* SIGTSTP */
H A Dbuiltins.c95 # ifdef SIGTSTP
102 # endif /* SIGTSTP */
/illumos-gate/usr/src/lib/libast/common/features/
H A Dsignal.c217 #ifdef SIGTSTP
219 "Stopped", "TSTP", SIGTSTP,
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c482 (void) signal(SIGTSTP, susp);
518 (void) signal(SIGTSTP, SIG_DFL);
520 (void) sigaddset(&nset, SIGTSTP);
687 (void) signal(SIGTSTP, susp);
712 (void) signal(SIGTSTP, susp);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dalias.c510 #ifdef SIGTSTP
512 #endif /* SIGTSTP */
572 #ifdef SIGTSTP
573 oldsigtstp = sm_signal(SIGTSTP, SIG_IGN);
574 #endif /* SIGTSTP */
614 #ifdef SIGTSTP
615 (void) sm_signal(SIGTSTP, oldsigtstp);
616 #endif /* SIGTSTP */
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c48 #undef SIGTSTP macro
909 #ifdef SIGTSTP
910 int (*oldsig)(int) = signal(SIGTSTP, SIG_IGN);
1013 #ifdef SIGTSTP
1014 signal(SIGTSTP, oldsig);
/illumos-gate/usr/src/cmd/format/
H A Dmisc.c273 (void) signal(SIGTSTP, SIG_DFL);
274 (void) kill(0, SIGTSTP);
282 (void) signal(SIGTSTP, onsusp);
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dsignal.c55 ((s) == SIGSTOP || (s) == SIGTSTP || (s) == SIGTTOU || (s) == SIGTTIN)
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c308 if (signal(SIGTSTP, SIG_IGN) == SIG_DFL) {
309 (void) signal(SIGTSTP, onsusp);
803 (void) signal(SIGTSTP, SIG_DFL);
816 (void) signal(SIGTSTP, onsusp);
1812 /* send SIGTSTP to stop this process group */
1813 (void) signal(SIGTSTP, SIG_DFL);
1814 (void) kill(-my_pgid, SIGTSTP);
1818 (void) signal(SIGTSTP, (void (*)(int))onsusp);
1820 (void) signal(SIGTSTP, (void (*))onsusp);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c54 #undef SIGTSTP macro
1054 #ifdef SIGTSTP
1055 int (*oldsig)(int) = signal(SIGTSTP, SIG_IGN);
1144 #ifdef SIGTSTP
1145 signal(SIGTSTP, oldsig);
/illumos-gate/usr/src/cmd/csh/
H A Dsh.sem.c238 (void) signal(SIGTSTP, SIG_DFL);
253 sigmask(SIGTSTP));
/illumos-gate/usr/src/cmd/mailx/
H A Dtty.c128 savestop = sigset(SIGTSTP, ttystop);
159 (void) sigset(SIGTSTP, savestop);
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_main.c347 (void) sigdelset(&set, SIGTSTP);
/illumos-gate/usr/src/ucbhead/sys/
H A Dsignal.h103 #define SIGTSTP 24 /* user stop requested from tty */ macro
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlpsched.c428 (void) signal(SIGTSTP, SIG_IGN);
/illumos-gate/usr/src/boot/sys/sys/
H A Dsignal.h88 #define SIGTSTP 18 /* stop signal from tty */ macro

Completed in 130 milliseconds

1234