Lines Matching refs:tcflag_t

398 pub const CBAUD: crate::tcflag_t = 0xff;
399 pub const TAB1: crate::tcflag_t = 0x400;
400 pub const TAB2: crate::tcflag_t = 0x800;
401 pub const TAB3: crate::tcflag_t = 0xc00;
402 pub const CR1: crate::tcflag_t = 0x1000;
403 pub const CR2: crate::tcflag_t = 0x2000;
404 pub const CR3: crate::tcflag_t = 0x3000;
405 pub const FF1: crate::tcflag_t = 0x4000;
406 pub const BS1: crate::tcflag_t = 0x8000;
407 pub const VT1: crate::tcflag_t = 0x10000;
415 pub const IXON: crate::tcflag_t = 0x200;
416 pub const IXOFF: crate::tcflag_t = 0x400;
417 pub const ONLCR: crate::tcflag_t = 0x2;
418 pub const CSIZE: crate::tcflag_t = 0x300;
419 pub const CS6: crate::tcflag_t = 0x100;
420 pub const CS7: crate::tcflag_t = 0x200;
421 pub const CS8: crate::tcflag_t = 0x300;
422 pub const CSTOPB: crate::tcflag_t = 0x400;
423 pub const CREAD: crate::tcflag_t = 0x800;
424 pub const PARENB: crate::tcflag_t = 0x1000;
425 pub const PARODD: crate::tcflag_t = 0x2000;
426 pub const HUPCL: crate::tcflag_t = 0x4000;
427 pub const CLOCAL: crate::tcflag_t = 0x8000;
428 pub const ECHOKE: crate::tcflag_t = 0x1;
429 pub const ECHOE: crate::tcflag_t = 0x2;
430 pub const ECHOK: crate::tcflag_t = 0x4;
431 pub const ECHONL: crate::tcflag_t = 0x10;
432 pub const ECHOPRT: crate::tcflag_t = 0x20;
433 pub const ECHOCTL: crate::tcflag_t = 0x40;
434 pub const ISIG: crate::tcflag_t = 0x80;
435 pub const ICANON: crate::tcflag_t = 0x100;
436 pub const PENDIN: crate::tcflag_t = 0x20000000;
437 pub const NOFLSH: crate::tcflag_t = 0x80000000;
439 pub const OLCUC: crate::tcflag_t = 0o000004;
440 pub const NLDLY: crate::tcflag_t = 0o001400;
441 pub const CRDLY: crate::tcflag_t = 0o030000;
442 pub const TABDLY: crate::tcflag_t = 0o006000;
443 pub const BSDLY: crate::tcflag_t = 0o100000;
444 pub const FFDLY: crate::tcflag_t = 0o040000;
445 pub const VTDLY: crate::tcflag_t = 0o200000;
446 pub const XTABS: crate::tcflag_t = 0o006000;
486 pub const IEXTEN: crate::tcflag_t = 0x400;
487 pub const TOSTOP: crate::tcflag_t = 0x400000;
488 pub const FLUSHO: crate::tcflag_t = 0x800000;
489 pub const EXTPROC: crate::tcflag_t = 0x10000000;