Lines Matching defs:tcflag_t
39 pub type tcflag_t = ::c_uint;
314 pub c_iflag: ::tcflag_t,
315 pub c_oflag: ::tcflag_t,
316 pub c_cflag: ::tcflag_t,
317 pub c_lflag: ::tcflag_t,
871 pub c_iflag: ::tcflag_t,
872 pub c_oflag: ::tcflag_t,
873 pub c_cflag: ::tcflag_t,
874 pub c_lflag: ::tcflag_t,
1892 pub const IGNBRK: ::tcflag_t = 0x00000001;
1893 pub const BRKINT: ::tcflag_t = 0x00000002;
1894 pub const IGNPAR: ::tcflag_t = 0x00000004;
1895 pub const PARMRK: ::tcflag_t = 0x00000008;
1896 pub const INPCK: ::tcflag_t = 0x00000010;
1897 pub const ISTRIP: ::tcflag_t = 0x00000020;
1898 pub const INLCR: ::tcflag_t = 0x00000040;
1899 pub const IGNCR: ::tcflag_t = 0x00000080;
1900 pub const ICRNL: ::tcflag_t = 0x00000100;
1901 pub const IXANY: ::tcflag_t = 0x00000800;
1902 pub const IMAXBEL: ::tcflag_t = 0x00002000;
1903 pub const OPOST: ::tcflag_t = 0x1;
1904 pub const CS5: ::tcflag_t = 0x00000000;
1905 pub const CRTSCTS: ::tcflag_t = 0x80000000;
1906 pub const ECHO: ::tcflag_t = 0x00000008;
1907 pub const OCRNL: ::tcflag_t = 0o000010;
1908 pub const ONOCR: ::tcflag_t = 0o000020;
1909 pub const ONLRET: ::tcflag_t = 0o000040;
1910 pub const OFILL: ::tcflag_t = 0o000100;
1911 pub const OFDEL: ::tcflag_t = 0o000200;
2657 pub const IUTF8: ::tcflag_t = 0x00004000;
2658 pub const CMSPAR: ::tcflag_t = 0o10000000000;
2808 pub const CBAUD: ::tcflag_t = 0o0010017;
2825 pub const IXON: ::tcflag_t = 0x00000400;
2826 pub const IXOFF: ::tcflag_t = 0x00001000;
2827 pub const ONLCR: ::tcflag_t = 0x4;
2828 pub const CSIZE: ::tcflag_t = 0x00000030;
2829 pub const CS6: ::tcflag_t = 0x00000010;
2830 pub const CS7: ::tcflag_t = 0x00000020;
2831 pub const CS8: ::tcflag_t = 0x00000030;
2832 pub const CSTOPB: ::tcflag_t = 0x00000040;
2833 pub const CREAD: ::tcflag_t = 0x00000080;
2834 pub const PARENB: ::tcflag_t = 0x00000100;
2835 pub const PARODD: ::tcflag_t = 0x00000200;
2836 pub const HUPCL: ::tcflag_t = 0x00000400;
2837 pub const CLOCAL: ::tcflag_t = 0x00000800;
2838 pub const ECHOKE: ::tcflag_t = 0x00000800;
2839 pub const ECHOE: ::tcflag_t = 0x00000010;
2840 pub const ECHOK: ::tcflag_t = 0x00000020;
2841 pub const ECHONL: ::tcflag_t = 0x00000040;
2842 pub const ECHOPRT: ::tcflag_t = 0x00000400;
2843 pub const ECHOCTL: ::tcflag_t = 0x00000200;
2844 pub const ISIG: ::tcflag_t = 0x00000001;
2845 pub const ICANON: ::tcflag_t = 0x00000002;
2846 pub const PENDIN: ::tcflag_t = 0x00004000;
2847 pub const NOFLSH: ::tcflag_t = 0x00000080;
2848 pub const CIBAUD: ::tcflag_t = 0o02003600000;
2849 pub const CBAUDEX: ::tcflag_t = 0o010000;
2851 pub const OLCUC: ::tcflag_t = 0o000002;
2852 pub const NLDLY: ::tcflag_t = 0o000400;
2853 pub const CRDLY: ::tcflag_t = 0o003000;
2854 pub const TABDLY: ::tcflag_t = 0o014000;
2855 pub const BSDLY: ::tcflag_t = 0o020000;
2856 pub const FFDLY: ::tcflag_t = 0o100000;
2857 pub const VTDLY: ::tcflag_t = 0o040000;
2858 pub const XTABS: ::tcflag_t = 0o014000;
3083 pub const EXTPROC: ::tcflag_t = 0x00010000;
3097 pub const IEXTEN: ::tcflag_t = 0x00008000;
3098 pub const TOSTOP: ::tcflag_t = 0x00000100;
3099 pub const FLUSHO: ::tcflag_t = 0x00001000;