Home
last modified time | relevance | path

Searched refs:IXON (Results 1 – 25 of 90) sorted by relevance

1234

/third_party/cups-filters/backend/
Dserial.c424 opts.c_iflag &= ~(IXON | IXOFF); in main()
429 opts.c_iflag |= IXON | IXOFF; in main()
435 opts.c_iflag &= ~(IXON | IXOFF); in main()
440 opts.c_iflag &= ~(IXON | IXOFF); in main()
/third_party/musl/src/termios/
Dcfmakeraw.c6 t->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in cfmakeraw()
/third_party/libuv/src/unix/
Dtty.c240 IGNCR | ICRNL | IXON); in uv__tty_make_raw()
294 tmp.c_iflag &= ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON); in uv_tty_set_mode()
/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl02.c245 BRKINT | IGNPAR | INPCK | ISTRIP | ICRNL | IUCLC | IXON | IXANY | in run_ptest()
340 && (BRKINT | IGNPAR | INPCK | ISTRIP | ICRNL | IUCLC | IXON | IXANY in chk_tty_parms()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dttydefaults.h4 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
/third_party/musl/ndk_musl_include/sys/
Dttydefaults.h4 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
/third_party/musl/libc-test/src/functionalext/supplement/termios/
Dcfmakeraw.c31 if ((t.c_iflag & (IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON)) != 0U) { in cfmakeraw_0100()
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dttydefaults.h4 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
/third_party/musl/include/sys/
Dttydefaults.h4 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
/third_party/musl/porting/uniproton/kernel/include/sys/
Dttydefaults.h4 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
Dsyscalls.rs15 ECHONL, ICANON, ICRNL, IEXTEN, IGNBRK, IGNCR, INLCR, ISIG, ISTRIP, IXON, OPOST, PARENB, PARMRK,
163 termios.c_iflag &= !(IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON); in cfmakeraw()
Dtypes.rs155 pub const IXON: c::c_uint = linux_raw_sys::general::IXON; constant
/third_party/python/Lib/
Dtty.py21 mode[IFLAG] = mode[IFLAG] & ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON)
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h40 #define IXON 0002000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h40 #define IXON 0002000 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h41 #define IXON 0001000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h40 #define IXON 0002000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h40 #define IXON 0002000 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h41 #define IXON 0002000 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h40 #define IXON 0002000 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h41 #define IXON 0001000 macro
/third_party/musl/arch/mips/bits/
Dtermios.h41 #define IXON 0002000 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h41 #define IXON 0002000 macro
/third_party/musl/arch/generic/bits/
Dtermios.h40 #define IXON 0002000 macro
/third_party/musl/libc-test/src/api/
Dtermios.c41 C(IXON) in f()

1234