Home
last modified time | relevance | path

Searched full:sigttin (Results 1 – 25 of 61) sorted by relevance

123

/titanic_44/usr/src/lib/libast/common/misc/
H A Dsignal.c100 #if defined(SIGIO) || defined(SIGTSTP) || defined(SIGTTIN) || defined(SIGTTOU) in signal()
107 #if defined(SIGTTIN) in signal()
108 case SIGTTIN: in signal()
H A Dsigcrit.c56 #ifdef SIGTTIN
57 SIGTTIN, SIG_REG_TERM,
/titanic_44/usr/src/lib/libbc/libc/sys/common/
H A Dsignalmap.c163 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 Dsignals.c212 #ifdef SIGTTIN
213 "TTIN", VAL(SIGTTIN,0), S("Stopped (SIGTTIN)"),
214 #endif /* SIGTTIN */
/titanic_44/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dreadpassphrase.c103 (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 Dsiglist83 #if defined(SIGTTIN) && !defined(HAD_SIGTTIN)
84 0,"TTIN",SIGTTIN,
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dsiglist83 #if defined(SIGTTIN) && !defined(HAD_SIGTTIN)
84 0,"TTIN",SIGTTIN,
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dsiglist83 #if defined(SIGTTIN) && !defined(HAD_SIGTTIN)
84 0,"TTIN",SIGTTIN,
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dsiglist83 #if defined(SIGTTIN) && !defined(HAD_SIGTTIN)
84 0,"TTIN",SIGTTIN,
/titanic_44/usr/src/lib/libc/sparc/gen/
H A Dsiginfolst.c123 0, 0, /* SIGTTIN */
159 0, 0, /* SIGTTIN */
/titanic_44/usr/src/lib/libc/sparcv9/gen/
H A Dsiginfolst.c123 0, 0, /* SIGTTIN */
159 0, 0, /* SIGTTIN */
/titanic_44/usr/src/lib/libc/amd64/gen/
H A Dsiginfolst.c123 0, 0, /* SIGTTIN */
159 0, 0, /* SIGTTIN */
/titanic_44/usr/src/lib/libc/i386/gen/
H A Dsiginfolst.c123 0, 0, /* SIGTTIN */
159 0, 0, /* SIGTTIN */
/titanic_44/usr/src/man/man3head/
H A Dsignal.h.3head154 \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 Dsiglist.c37 "Stopped (tty input)", /* SIGTTIN */
/titanic_44/usr/src/lib/libast/common/features/
H A Dsignal.c221 #ifdef SIGTTIN
223 "Stopped (tty input)", "TTIN", SIGTTIN,
/titanic_44/usr/src/man/man3c/
H A Dgetpass.3c72 controlling terminal, the process is ignoring or blocking the \fBSIGTTIN\fR
H A Dfgetwc.3c91 is ignoring or blocking the \fBSIGTTIN\fR signal or the process group is
/titanic_44/usr/src/ucblib/libucb/port/gen/
H A Dsiglist.c79 "Stopped (tty input)", /* SIGTTIN */
/titanic_44/usr/src/man/man2/
H A Dvfork.2219 .Dv SIGTTIN
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dsignal.h43 #define SIGTTIN 21 /* to readers pgrp upon background tty read */ macro
/titanic_44/usr/src/lib/libshell/common/sh/
H A Djobs.c532 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 Djobs.1771 \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 Dsignal_iso.h79 #define SIGTTIN 26 /* background tty read attempted */ macro
/titanic_44/usr/src/lib/libc/port/gen/
H A Dstr2sig.c73 { "TTIN", SIGTTIN },

123