Home
last modified time | relevance | path

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

12345678910>>...326

/dports/x11/cool-retro-term/cool-retro-term-1.1.1/qmltermwidget/lib/
H A DPty.cpp71 ttmode.c_iflag &= ~(IXOFF | IXON); in setFlowControlEnabled()
73 ttmode.c_iflag |= (IXOFF | IXON); in setFlowControlEnabled()
85 ttmode.c_iflag & IXON; in flowControlEnabled()
195 ttmode.c_iflag &= ~(IXOFF | IXON); in start()
197 ttmode.c_iflag |= (IXOFF | IXON); in start()
226 ttmode.c_iflag &= ~(IXOFF | IXON); in setEmptyPTYProperties()
228 ttmode.c_iflag |= (IXOFF | IXON); in setEmptyPTYProperties()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/plugins/grass/qtermwidget/
H A DPty.cpp71 ttmode.c_iflag &= ~(IXOFF | IXON); in setFlowControlEnabled()
73 ttmode.c_iflag |= (IXOFF | IXON); in setFlowControlEnabled()
85 ttmode.c_iflag & IXON; in flowControlEnabled()
195 ttmode.c_iflag &= ~(IXOFF | IXON); in start()
197 ttmode.c_iflag |= (IXOFF | IXON); in start()
226 ttmode.c_iflag &= ~(IXOFF | IXON); in setEmptyPTYProperties()
228 ttmode.c_iflag |= (IXOFF | IXON); in setEmptyPTYProperties()
/dports/graphics/qgis/qgis-3.22.3/src/plugins/grass/qtermwidget/
H A DPty.cpp71 ttmode.c_iflag &= ~(IXOFF | IXON); in setFlowControlEnabled()
73 ttmode.c_iflag |= (IXOFF | IXON); in setFlowControlEnabled()
85 ttmode.c_iflag & IXON; in flowControlEnabled()
195 ttmode.c_iflag &= ~(IXOFF | IXON); in start()
197 ttmode.c_iflag |= (IXOFF | IXON); in start()
226 ttmode.c_iflag &= ~(IXOFF | IXON); in setEmptyPTYProperties()
228 ttmode.c_iflag |= (IXOFF | IXON); in setEmptyPTYProperties()
/dports/x11-toolkits/qtermwidget/qtermwidget-1.0.0/lib/
H A DPty.cpp71 ttmode.c_iflag &= ~(IXOFF | IXON); in setFlowControlEnabled()
73 ttmode.c_iflag |= (IXOFF | IXON); in setFlowControlEnabled()
85 ttmode.c_iflag & IXON; in flowControlEnabled()
196 ttmode.c_iflag &= ~(IXOFF | IXON); in start()
198 ttmode.c_iflag |= (IXOFF | IXON); in start()
227 ttmode.c_iflag &= ~(IXOFF | IXON); in setEmptyPTYProperties()
229 ttmode.c_iflag |= (IXOFF | IXON); in setEmptyPTYProperties()
/dports/mail/alpine/alpine-465e23b/pico/osdep/
H A Draw.c191 if(!(_raw_tty.c_iflag & IXON)){
192 _raw_tty.c_iflag |= IXON;
198 if(!(_raw_tty.c_iflag & IXON)){
199 _raw_tty.c_iflag |= IXON; /* turn ON ^S/^Q on input */
215 if(_raw_tty.c_iflag & IXON){
216 _raw_tty.c_iflag &= ~IXON; /* turn off ^S/^Q on input */
222 if(_raw_tty.c_iflag & IXON){
223 _raw_tty.c_iflag &= ~IXON; /* turn off ^S/^Q on input */
/dports/editors/pico-alpine/alpine-465e23b/pico/osdep/
H A Draw.c191 if(!(_raw_tty.c_iflag & IXON)){
192 _raw_tty.c_iflag |= IXON;
198 if(!(_raw_tty.c_iflag & IXON)){
199 _raw_tty.c_iflag |= IXON; /* turn ON ^S/^Q on input */
215 if(_raw_tty.c_iflag & IXON){
216 _raw_tty.c_iflag &= ~IXON; /* turn off ^S/^Q on input */
222 if(_raw_tty.c_iflag & IXON){
223 _raw_tty.c_iflag &= ~IXON; /* turn off ^S/^Q on input */
/dports/games/moon-buggy/moon-buggy-1.0.51/
H A Dterminal.c70 if (settings.c_iflag & IXON) { in term_prepare()
71 settings.c_iflag &= ~IXON; in term_prepare()
95 settings.c_iflag |= IXON; in term_restore()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/pkg/term/
H A Dtermios_openbsd.go27 IXON = syscall.IXON const
56 newState.Iflag &^= (IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON)
H A Dtermios_freebsd.go27 IXON = syscall.IXON const
56 newState.Iflag &^= (IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON)
H A Dtermios_darwin.go27 IXON = syscall.IXON const
56 newState.Iflag &^= (IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/pkg/term/
H A Dtermios_darwin.go24 IXON = syscall.IXON const
52 newState.Iflag &^= (IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON)
H A Dtermios_freebsd.go24 IXON = syscall.IXON const
52 newState.Iflag &^= (IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON)
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/pkg/term/
H A Dtermios_darwin.go24 IXON = syscall.IXON const
52 newState.Iflag &^= (IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON)
H A Dtermios_freebsd.go24 IXON = syscall.IXON const
52 newState.Iflag &^= (IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON)
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/pkg/term/
H A Dtermios_darwin.go24 IXON = syscall.IXON const
52 newState.Iflag &^= (IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON)
H A Dtermios_freebsd.go24 IXON = syscall.IXON const
52 newState.Iflag &^= (IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON)
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/pkg/term/
H A Dtermios_darwin.go24 IXON = syscall.IXON const
52 newState.Iflag &^= (IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON)
H A Dtermios_freebsd.go24 IXON = syscall.IXON const
52 newState.Iflag &^= (IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/vendor/github.com/docker/docker/pkg/term/
H A Dtermios_darwin.go24 IXON = syscall.IXON const
52 newState.Iflag &^= (IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON)
H A Dtermios_freebsd.go24 IXON = syscall.IXON const
52 newState.Iflag &^= (IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON)
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/plugins/ScratchPlugin/
H A DunixSeriaPort2Ops.c207 options.c_iflag &= ~(IXON | IXOFF); // disable xon/xoff flow control in SerialPortSetOption()
212 options.c_iflag &= ~IXON; // disable xon output flow control in SerialPortSetOption()
214 if (newValue == 1) options.c_iflag |= IXON; // enable xon output flow control in SerialPortSetOption()
218 options.c_iflag &= ~(IXON | IXOFF); // disable xon/xoff flow control in SerialPortSetOption()
263 if (options.c_iflag & IXON) return 1; in SerialPortGetOption()
/dports/ports-mgmt/synth/synth-2.12/src/
H A Dunix_core.c54 tp.c_iflag &= ~IXON; in __silent_control()
78 tp.c_iflag |= IXON; in __chatty_control()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker-credential-helpers/moby-0.4.1/term/
H A Dtermios_darwin.go21 IXON = 0x200 const
44 newState.Iflag &^= (ISTRIP | INLCR | IGNCR | IXON | IXOFF)
/dports/devel/avr-gdb/gdb-7.3.1/readline/examples/
H A Drlptytest.c241 buf.c_iflag |= (IXON|IXOFF); in tty_cbreak()
248 buf.c_iflag &= ~(IXON|IXOFF); in tty_cbreak()
279 buf.c_iflag &= ~(IXON|IXOFF); in tty_off_xon_xoff()
/dports/devel/gdb/gdb-11.1/readline/readline/examples/
H A Drlptytest.c248 buf.c_iflag |= (IXON|IXOFF); in tty_cbreak()
255 buf.c_iflag &= ~(IXON|IXOFF); in tty_cbreak()
286 buf.c_iflag &= ~(IXON|IXOFF); in tty_off_xon_xoff()

12345678910>>...326