Searched refs:intty (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/tcsh/
H A Dsh.func.c154 if (setintr && intty)
182 if (intty)
199 if (intty)
489 if (chkstop == 0 && (intty || intact) && evalvec == 0)
502 if (intty)
551 if (intty)
574 else if (intty && !again)
590 if (intty) {
769 if (intty) {
777 if (intty
[all...]
H A Dsh.c125 int intty; member in struct:saved_state
972 case 'i': /* -i Interactive, even if !intty */
1097 if (!(intty = isatty(SHIN))) {
1102 intty |= intact;
1104 if (intty || (intact && isatty(SHOUT))) {
1122 if (loginsh || intact || (intty && isatty(SHOUT)))
1302 if (intty && !targinp)
1377 if (intty && !targinp) { /* PWP setup stuff */
1438 if (intty) {
1609 st->intty
[all...]
H A Dsh.proc.c184 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), &ru);
190 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), &ru);
193 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), &ru);
197 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), &ru);
204 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG));
211 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), 0);
214 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG));
235 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG));
240 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), 0);
259 (setintr && (intty || insourc
[all...]
H A Dsh.lex.c162 if (c == (eChar)HISTSUB && intty)
322 if (intty || (enterhist && !parsehtime))
420 else if (c != '#' || (!intty && !enterhist)) {
1667 ) && intty) { /* then use twenex routine */
1848 if (arginp || onelflg || intty)
H A Dsh.sem.c108 (intty || intact) && (t->t_dtyp == NODE_COMMAND) &&
124 if (implicit_cd && (intty || intact) && t->t_dcom && t->t_dcom[0] &&
337 if (t->t_dtyp == NODE_COMMAND && !bifunc && !noexec && intty && isoutatty) {
H A Dsh.h561 EXTERN int intty IZERO; /* Input is a tty */

Completed in 184 milliseconds