HomeSort by: relevance | last modified time | path
    Searched refs:intty (Results 1 - 5 of 5) sorted by relevancy

  /src/bin/csh/
csh.c 95 int intty; variable in typeref:typename:int
413 case 'i': /* -i Interactive, even if !intty */
491 intty = isatty(SHIN);
492 intty |= intact;
493 if (intty || (intact && isatty(SHOUT))) {
507 if (loginsh || intact || (intty && isatty(SHOUT)))
661 if (intty) {
776 oldintty = intty;
824 intty = isatty(SHIN), whyles = 0, gointr = 0;
859 intty = oldintty, whyles = oldwhyl, gointr = ogointr
    [all...]
func.c 140 if (setintr && intty)
168 if (intty)
376 if (chkstop == 0 && (intty || intact) && evalvec == 0)
388 if (intty)
428 if (intty)
447 if (intty && !again)
462 if (intty) {
610 if (intty && fseekp == feobp && aret == F_SEEK)
lex.c 150 if (c == HISTSUB && intty)
283 if (intty)
357 else if (c != '#' || !intty) {
1466 if (!intty)
1476 if ((editing || filec) && intty) {
1534 if (filec && !intty)
1624 if (arginp || onelflg || intty)
csh.h 115 extern int intty; /* Input is a tty */
proc.c 99 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), &ru);

Completed in 16 milliseconds