Lines Matching refs:t_flags
209 tp->t_curstate.t_flags = 0;
843 cb->sg_flags = tp->t_curstate.t_flags;
879 ((unsigned)tp->t_curstate.t_flags) >> 16;
913 tp->t_curstate.t_flags =
914 (tp->t_curstate.t_flags & 0xffff0000) |
974 tp->t_curstate.t_flags |= (tp->t_new_lflags << 16);
993 tp->t_curstate.t_flags &= ~(tp->t_new_lflags << 16);
1012 tp->t_curstate.t_flags &= 0xffff;
1013 tp->t_curstate.t_flags |= (tp->t_new_lflags << 16);
1181 if (csp->t_flags & O_TANDEM)
1183 if (csp->t_flags & O_LCASE) {
1188 if (csp->t_flags & O_ECHO)
1190 if (csp->t_flags & O_CRMOD) {
1193 switch (csp->t_flags & O_CRDELAY) {
1204 if ((csp->t_flags & O_NLDELAY) == O_NL1)
1207 if ((csp->t_flags & O_NLDELAY) == O_NL2)
1213 if (csp->t_flags & O_RAW) {
1221 if (csp->t_flags & O_LITOUT)
1224 if (csp->t_flags & O_PASS8)
1228 switch (csp->t_flags & (O_EVENP|O_ODDP)) {
1257 if (!(csp->t_flags & O_CBREAK))
1259 if (csp->t_flags & O_CTLECH)
1262 switch (csp->t_flags & O_TBDELAY) {
1276 if (csp->t_flags & O_VTDELAY)
1278 if (csp->t_flags & O_BSDELAY)
1280 if (csp->t_flags & O_PRTERA)
1282 if (csp->t_flags & O_CRTERA)
1284 if (csp->t_flags & O_TOSTOP)
1286 if (csp->t_flags & O_FLUSHO)
1288 if (csp->t_flags & O_NOHANG)
1290 if (csp->t_flags & O_CRTKIL)
1292 if (csp->t_flags & O_PENDIN)
1294 if (!(csp->t_flags & O_DECCTQ))
1296 if (csp->t_flags & O_NOFLSH)
1337 csp->t_flags &= (O_CTLECH|O_LITOUT|O_PASS8|O_ODDP|O_EVENP);
1339 csp->t_flags |= O_TANDEM;
1346 csp->t_flags |= O_RAW;
1354 csp->t_flags |= O_LITOUT;
1356 csp->t_flags &= ~O_LITOUT;
1359 csp->t_flags |= O_PASS8;
1361 csp->t_flags &= ~(O_ODDP|O_EVENP|O_PASS8);
1363 csp->t_flags |= O_ODDP;
1365 csp->t_flags |= O_EVENP;
1367 csp->t_flags |= O_ODDP|O_EVENP;
1379 csp->t_flags |= O_CBREAK;
1381 csp->t_flags |= O_CTLECH;
1383 csp->t_flags &= ~O_CTLECH;
1386 csp->t_flags |= O_LCASE;
1388 csp->t_flags |= O_ECHO;
1390 csp->t_flags |= O_CRMOD;
1394 csp->t_flags |= O_CR1;
1398 csp->t_flags |= O_CR2;
1404 csp->t_flags |= O_NL1; /* tty37 */
1407 csp->t_flags |= O_NL2;
1411 csp->t_flags |= O_TAB1;
1415 csp->t_flags |= O_TAB2;
1419 csp->t_flags |= O_XTABS;
1423 csp->t_flags |= O_VTDELAY;
1425 csp->t_flags |= O_BSDELAY;
1427 csp->t_flags |= O_PRTERA;
1429 csp->t_flags |= (O_CRTERA|O_CRTBS);
1431 csp->t_flags |= O_TOSTOP;
1433 csp->t_flags |= O_FLUSHO;
1435 csp->t_flags |= O_NOHANG;
1437 csp->t_flags |= O_CRTKIL;
1439 csp->t_flags |= O_PENDIN;
1441 csp->t_flags |= O_DECCTQ;
1443 csp->t_flags |= O_NOFLSH;