/titanic_44/usr/src/lib/libast/common/misc/ |
H A D | signal.c | 100 #if defined(SIGIO) || defined(SIGTSTP) || defined(SIGTTIN) || defined(SIGTTOU) in signal() 107 #if defined(SIGTTIN) in signal() 108 case SIGTTIN: in signal()
|
H A D | sigcrit.c | 56 #ifdef SIGTTIN 57 SIGTTIN, SIG_REG_TERM,
|
/titanic_44/usr/src/lib/libbc/libc/sys/common/ |
H A D | signalmap.c | 163 case SIGTTIN: /* to readers pgrp upon background tty read */ in maptonewsig() 205 return (SIGTTIN); in maptooldsig() 249 omask |= sigmask(SIGTTIN); in maptooldmask() 293 if (omask & sigmask(SIGTTIN)) in maptonewmask()
|
/titanic_44/usr/src/lib/libshell/common/data/ |
H A D | signals.c | 212 #ifdef SIGTTIN 213 "TTIN", VAL(SIGTTIN,0), S("Stopped (SIGTTIN)"), 214 #endif /* SIGTTIN */
|
/titanic_44/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | readpassphrase.c | 103 (void)sigaction(SIGTTIN, &sa, &savettin); in readpassphrase() 154 (void)sigaction(SIGTTIN, &savettin, NULL); in readpassphrase() 166 case SIGTTIN: in readpassphrase()
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | siglist | 83 #if defined(SIGTTIN) && !defined(HAD_SIGTTIN) 84 0,"TTIN",SIGTTIN,
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | siglist | 83 #if defined(SIGTTIN) && !defined(HAD_SIGTTIN) 84 0,"TTIN",SIGTTIN,
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | siglist | 83 #if defined(SIGTTIN) && !defined(HAD_SIGTTIN) 84 0,"TTIN",SIGTTIN,
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | siglist | 83 #if defined(SIGTTIN) && !defined(HAD_SIGTTIN) 84 0,"TTIN",SIGTTIN,
|
/titanic_44/usr/src/lib/libc/sparc/gen/ |
H A D | siginfolst.c | 123 0, 0, /* SIGTTIN */ 159 0, 0, /* SIGTTIN */
|
/titanic_44/usr/src/lib/libc/sparcv9/gen/ |
H A D | siginfolst.c | 123 0, 0, /* SIGTTIN */ 159 0, 0, /* SIGTTIN */
|
/titanic_44/usr/src/lib/libc/amd64/gen/ |
H A D | siginfolst.c | 123 0, 0, /* SIGTTIN */ 159 0, 0, /* SIGTTIN */
|
/titanic_44/usr/src/lib/libc/i386/gen/ |
H A D | siginfolst.c | 123 0, 0, /* SIGTTIN */ 159 0, 0, /* SIGTTIN */
|
/titanic_44/usr/src/man/man3head/ |
H A D | signal.h.3head | 154 \fBSIGTTIN\fR 26 Stop Stopped (tty input) (see \fBtermio\fR(7I)) 452 Whenever a process receives a \fBSIGSTOP\fR, \fBSIGTSTP\fR, \fBSIGTTIN\fR, or 458 disposition, any pending \fBSIGSTOP\fR, \fBSIGTSTP\fR, \fBSIGTTIN\fR, and
|
/titanic_44/usr/src/lib/libbc/libc/gen/common/ |
H A D | siglist.c | 37 "Stopped (tty input)", /* SIGTTIN */
|
/titanic_44/usr/src/lib/libast/common/features/ |
H A D | signal.c | 221 #ifdef SIGTTIN 223 "Stopped (tty input)", "TTIN", SIGTTIN,
|
/titanic_44/usr/src/man/man3c/ |
H A D | getpass.3c | 72 controlling terminal, the process is ignoring or blocking the \fBSIGTTIN\fR
|
H A D | fgetwc.3c | 91 is ignoring or blocking the \fBSIGTTIN\fR signal or the process group is
|
/titanic_44/usr/src/ucblib/libucb/port/gen/ |
H A D | siglist.c | 79 "Stopped (tty input)", /* SIGTTIN */
|
/titanic_44/usr/src/man/man2/ |
H A D | vfork.2 | 219 .Dv SIGTTIN
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | signal.h | 43 #define SIGTTIN 21 /* to readers pgrp upon background tty read */ macro
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | jobs.c | 532 signal(SIGTTIN,SIG_DFL); in job_init() 533 kill(shp->pid,SIGTTIN); in job_init() 542 #endif /* SIGTTIN */ in job_init() 584 signal(SIGTTIN,SIG_IGN); in job_init() 957 int stopsig = (sig==SIGSTOP||sig==SIGTSTP||sig==SIGTTIN||sig==SIGTTOU); in job_kill() 1380 if( pw->p_exit!=SIGTTIN && pw->p_exit!=SIGTTOU) in job_wait()
|
/titanic_44/usr/src/man/man1/ |
H A D | jobs.1 | 771 \fB\fBStopped(SIGTTIN)\fR\fR 774 Indicates that the job was suspended by the \fBSIGTTIN\fR signal.
|
/titanic_44/usr/src/uts/common/sys/iso/ |
H A D | signal_iso.h | 79 #define SIGTTIN 26 /* background tty read attempted */ macro
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | str2sig.c | 73 { "TTIN", SIGTTIN },
|