Lines Matching refs:NO
124 #define NO 0 /* mnemonic */
183 Intrupt=NO, /* interrupt indicator */
184 Ifc=YES, /* NO means remote can't XON/XOFF */
185 Ofc=YES, /* NO means local can't XON/XOFF */
187 Divert=NO, /* don't allow unsolicited redirection */
188 OldStyle=NO, /* don't handle old '~>:filename' syntax */
190 Takeflag=NO, /* indicates a ~%take is in progress */
191 Dologin=NO, /* go through the login chat sequence */
192 Docmd=NO; /* execute command instead of interactive cu */
198 Duplex, /* Unix= full duplex=YES; half = NO */
347 Duplex = NO;
348 Ifc = NO;
349 Ofc = NO;
393 line_8bit = ((*optarg=='7') ? NO : ((*optarg=='8') ? YES : -1));
551 Docmd=NO;
703 if( w_char(Cn) == NO) {
735 Intrupt = NO;
740 if(w_char(Cn) == NO) {
744 if(Duplex == NO) {
745 if((w_char(TTYERR) == NO) || (wioflsh(TTYERR) == NO))
757 Takeflag = NO;
776 if(Takeflag == NO) {
782 Takeflag = NO;
874 return(NO);
1074 Intrupt = NO;
1084 while(Intrupt == NO &&
1117 Intrupt = NO;
1228 int silent = NO, file = -1;
1231 int for_me = NO;
1244 if (rval == NO) {
1263 if(silent == NO) /* ie., if not redirecting from screen */
1264 if(w_char(TTYOUT) == NO)
1283 for_me = NO;
1297 silent = NO;
1310 if ( (for_me || (OldStyle && (*b_p == ':'))) && (silent == NO) ) {
1394 if(Ifc == NO)
1398 if(Ofc == NO)
1451 if ( (wioflsh(Cn) == NO ) || (wioflsh(TTYOUT) == NO) )
1452 return(NO);
1487 return(NO);
1503 if ( wioflsh(fd) == NO )
1504 return(NO);
1533 return(NO); /* bad news */