Home
last modified time | relevance | path

Searched refs:CRTS_IFLOW (Results 1 – 25 of 453) sorted by relevance

12345678910>>...19

/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/plugins/ScratchPlugin/
H A DunixSeriaPort2Ops.c42 #ifndef CRTS_IFLOW
43 # define CRTS_IFLOW CRTSCTS macro
202 options.c_cflag &= ~CRTS_IFLOW; // disable RTS (hardware) input flow control in SerialPortSetOption()
205 options.c_cflag |= CRTS_IFLOW; // enable RTS (hardware) input flow control in SerialPortSetOption()
206 if (CRTS_IFLOW == CCTS_OFLOW) { // on systems with a single hardware flow control bit: in SerialPortSetOption()
217 if (CRTS_IFLOW == CCTS_OFLOW) { // on systems with a single hardware flow control bit: in SerialPortSetOption()
260 if (options.c_cflag & CRTS_IFLOW) return 2; in SerialPortGetOption()
/dports/editors/o/o-2.46.0/vendor/github.com/xyproto/syntax/syntax-ca482ff0125a/vendor/github.com/pkg/term/termios/
H A Dtermios_bsd.go16 CRTS_IFLOW = 0x00020000 const
17 CRTSCTS = CCTS_OFLOW | CRTS_IFLOW
/dports/editors/o/o-2.46.0/vendor/github.com/xyproto/vt100/vt100-1.9.9/vendor/github.com/pkg/term/termios/
H A Dtermios_bsd.go16 CRTS_IFLOW = 0x00020000 const
17 CRTSCTS = CCTS_OFLOW | CRTS_IFLOW
/dports/editors/o/o-2.46.0/vendor/github.com/pkg/term/termios/
H A Dtermios_bsd.go16 CRTS_IFLOW = 0x00020000 const
17 CRTSCTS = CCTS_OFLOW | CRTS_IFLOW
/dports/editors/o/o-2.46.0/vendor/github.com/pkg/term/term-f749b98bd0ba/termios/
H A Dtermios_bsd.go16 CRTS_IFLOW = 0x00020000 const
17 CRTSCTS = CCTS_OFLOW | CRTS_IFLOW
/dports/editors/o/o-2.46.0/vendor/github.com/xyproto/textoutput/textoutput-1.12.10/vendor/github.com/pkg/term/termios/
H A Dtermios_bsd.go16 CRTS_IFLOW = 0x00020000 const
17 CRTSCTS = CCTS_OFLOW | CRTS_IFLOW
/dports/net/evans/evans-0.9.1/vendor/github.com/pkg/term/termios/
H A Dtermios_bsd.go19 CRTS_IFLOW = 0x00020000 const
20 CRTSCTS = CCTS_OFLOW | CRTS_IFLOW
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/pkg/term/termios/
H A Dtermios_bsd.go19 CRTS_IFLOW = 0x00020000 const
20 CRTSCTS = CCTS_OFLOW | CRTS_IFLOW
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/pkg/term/termios/
H A Dtermios_bsd.go19 CRTS_IFLOW = 0x00020000 const
20 CRTSCTS = CCTS_OFLOW | CRTS_IFLOW
/dports/net/termshark/termshark-2.1.1/vendor/github.com/pkg/term/termios/
H A Dtermios_bsd.go19 CRTS_IFLOW = 0x00020000 const
20 CRTSCTS = CCTS_OFLOW | CRTS_IFLOW
/dports/editors/o/o-2.46.0/vendor/github.com/xyproto/guessica/guessica-1.1.0/vendor/github.com/pkg/term/termios/
H A Dtermios_bsd.go19 CRTS_IFLOW = 0x00020000 const
20 CRTSCTS = CCTS_OFLOW | CRTS_IFLOW
/dports/devel/bit/bit-1.1.2/vendor/github.com/pkg/term/termios/
H A Dtermios_bsd.go19 CRTS_IFLOW = 0x00020000 const
20 CRTSCTS = CCTS_OFLOW | CRTS_IFLOW
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos-any/sys/
H A Dtermios.h218 #define CRTSCTS (CCTS_OFLOW | CRTS_IFLOW)
219 #define CRTS_IFLOW 0x00020000 /* RTS flow control of input */ macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos-any/sys/
H A Dtermios.h218 #define CRTSCTS (CCTS_OFLOW | CRTS_IFLOW)
219 #define CRTS_IFLOW 0x00020000 /* RTS flow control of input */ macro
/dports/devel/gdb/gdb-11.1/gdb/
H A Dser-unix.c214 #ifdef CRTS_IFLOW in hardwire_raw()
216 state.termios.c_cflag |= CRTS_IFLOW; in hardwire_raw()
218 state.termios.c_cflag &= ~CRTS_IFLOW; in hardwire_raw()
/dports/sysutils/diskonaut/diskonaut-0.11.0/cargo-crates/termios-0.3.2/src/os/
H A Ddragonfly.rs83 pub const CRTSCTS: tcflag_t = CCTS_OFLOW | CRTS_IFLOW;
84 pub const CRTS_IFLOW: tcflag_t = 0x00020000; const
H A Dfreebsd.rs85 pub const CRTSCTS: tcflag_t = CCTS_OFLOW | CRTS_IFLOW;
86 pub const CRTS_IFLOW: tcflag_t = 0x00020000; const
H A Dmacos.rs108 pub const CRTSCTS: tcflag_t = CCTS_OFLOW | CRTS_IFLOW;
109 pub const CRTS_IFLOW: tcflag_t = 0x00020000; const
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/termios-0.3.2/src/os/
H A Ddragonfly.rs83 pub const CRTSCTS: tcflag_t = CCTS_OFLOW | CRTS_IFLOW;
84 pub const CRTS_IFLOW: tcflag_t = 0x00020000; const
H A Dfreebsd.rs85 pub const CRTSCTS: tcflag_t = CCTS_OFLOW | CRTS_IFLOW;
86 pub const CRTS_IFLOW: tcflag_t = 0x00020000; const
H A Dmacos.rs108 pub const CRTSCTS: tcflag_t = CCTS_OFLOW | CRTS_IFLOW;
109 pub const CRTS_IFLOW: tcflag_t = 0x00020000; const
/dports/devel/rudiments/rudiments-1.2.2/src/
H A Dserialportprofile.cpp279 #elif defined(CRTS_IFLOW) in hardwareFlowControl()
280 SET_FLAG(truefalse,c_cflag,CRTS_IFLOW) in hardwareFlowControl()
282 SET_FLAG(truefalse,c_cflag,CRTS_IFLOW) in hardwareFlowControl()
424 #elif defined(CRTS_IFLOW) in hardwareFlowControl()
425 return GET_FLAG(c_cflag,CRTS_IFLOW); in hardwareFlowControl()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dser-unix.c421 #ifdef CRTS_IFLOW in hardwire_raw()
423 state.termios.c_cflag |= CRTS_IFLOW; in hardwire_raw()
425 state.termios.c_cflag &= ~CRTS_IFLOW; in hardwire_raw()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dser-unix.c420 #ifdef CRTS_IFLOW in hardwire_raw()
422 state.termios.c_cflag |= CRTS_IFLOW; in hardwire_raw()
424 state.termios.c_cflag &= ~CRTS_IFLOW; in hardwire_raw()
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dtermios.h144 #define CRTS_IFLOW CRTSCTS /* XXX compat */ macro

12345678910>>...19