Home
last modified time | relevance | path

Searched refs:IXOFF (Results 1 – 25 of 35) sorted by relevance

12

/freebsd-12.1/usr.sbin/lpr/lpd/
H A Dmodes.c122 { "ixoff", IXOFF, 0 },
123 { "-ixoff", 0, IXOFF },
124 { "tandem", IXOFF, 0 },
125 { "-tandem", 0, IXOFF },
/freebsd-12.1/bin/stty/
H A Dmodes.c120 { "ixoff", IXOFF, 0 },
121 { "-ixoff", 0, IXOFF },
122 { "tandem", IXOFF, 0 },
123 { "-tandem", 0, IXOFF },
H A Dprint.c124 put("-ixoff", IXOFF, 0); in print()
/freebsd-12.1/sys/kern/
H A Dtty_compat.c284 if (iflag&IXOFF) in ttcompatgetflags()
399 iflag |= IXOFF; in ttcompatsetflags()
401 iflag &= ~IXOFF; in ttcompatsetflags()
439 iflag |= IXOFF; in ttcompatsetlflags()
441 iflag &= ~IXOFF; in ttcompatsetlflags()
H A Dtty.c88 INLCR|IGNCR|ICRNL|IXON|IXOFF|IXANY|IMAXBEL)
1632 (IXON|IXOFF|IXANY)) || in tty_generic_ioctl()
1917 tp->t_termios.c_iflag & IXOFF && in tty_hiwat_in_block()
1937 tp->t_termios.c_iflag & IXOFF && in tty_hiwat_in_unblock()
/freebsd-12.1/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c118 {IXOFF, "IXOFF"}, in _nc_trace_ttymode()
120 #define ALLIN (BRKINT|IGNBRK|IGNPAR|PARMRK|INPCK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IXOFF) in _nc_trace_ttymode()
/freebsd-12.1/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c371 tmp_tc.c_iflag &= ~(IXOFF|IXON); /* Leave the IXANY bit alone */ in TerminalNewMode()
374 tmp_tc.c_iflag |= IXOFF|IXON; /* Leave the IXANY bit alone */ in TerminalNewMode()
376 tmp_tc.c_iflag |= IXOFF|IXON|IXANY; in TerminalNewMode()
378 tmp_tc.c_iflag |= IXOFF|IXON; in TerminalNewMode()
/freebsd-12.1/crypto/openssh/
H A Dsshtty.c80 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
H A Dttymodes.h117 TTYMODE(IXOFF, c_iflag, 40)
/freebsd-12.1/usr.bin/tip/tip/
H A Dcmds.c859 rmtty.c_iflag |= IXOFF; in tandem()
860 term.c_iflag |= IXOFF; in tandem()
862 rmtty.c_iflag &= ~IXOFF; in tandem()
863 term.c_iflag &= ~IXOFF; in tandem()
H A Dtip.c565 cntrl.c_iflag |= IXOFF; in ttysetup()
/freebsd-12.1/contrib/telnet/telnet/
H A Dsys_bsd.c452 tmp_tc.c_iflag &= ~(IXOFF|IXON); /* Leave the IXANY bit alone */ in TerminalNewMode()
455 tmp_tc.c_iflag |= IXOFF|IXON; /* Leave the IXANY bit alone */ in TerminalNewMode()
457 tmp_tc.c_iflag |= IXOFF|IXON|IXANY; in TerminalNewMode()
459 tmp_tc.c_iflag |= IXOFF|IXON; in TerminalNewMode()
/freebsd-12.1/contrib/ncurses/include/
H A Dnc_termios.h94 #define IXOFF 0010000 macro
/freebsd-12.1/sys/sys/
H A D_termios.h95 #define IXOFF 0x00000400 /* enable input flow control */ macro
/freebsd-12.1/contrib/nvi/cl/
H A Dcl_screen.c338 if (clp->orig.c_iflag & IXOFF) in cl_vi_init()
339 clp->vi_enter.c_iflag |= IXOFF; in cl_vi_init()
H A Dcl_read.c211 term2.c_iflag &= ~(IXON | IXOFF); in cl_read()
/freebsd-12.1/release/picobsd/mfs_tree/etc/
H A Dgettytab31 # iflags: IXOFF | IXON | ICRNL | IGNPAR
/freebsd-12.1/lib/libc/gen/
H A Dtermios.c170 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR); in cfmakeraw()
/freebsd-12.1/contrib/tcsh/
H A Ded.term.c75 { "iflag:", 0, IXON | IXOFF },
134 # ifdef IXOFF
135 { "ixoff", IXOFF, M_INPUT },
/freebsd-12.1/usr.bin/tset/
H A Dset.c91 | IXOFF); in reset_mode()
/freebsd-12.1/sys/i386/ibcs2/
H A Dibcs2_ioctl.c139 if (l & IBCS2_IXOFF) r |= IXOFF;
233 if (l & IXOFF) r |= IBCS2_IXOFF;
/freebsd-12.1/lib/libedit/
H A Dtty.c91 {"iflag:", 0, IXON | IXOFF | INLCR | ICRNL},
203 #ifdef IXOFF
204 {"ixoff", IXOFF, MD_INP},
/freebsd-12.1/contrib/gdb/gdb/tui/
H A Dtui.c529 mode.c_iflag &= ~(IGNBRK | PARMRK | INPCK | INLCR | IGNCR | IUCLC | IXOFF);
/freebsd-12.1/sys/dev/cy/
H A Dcy.c586 || tp->t_iflag & IXOFF) in cyinput()
1373 if (iflag & IXOFF) in cyparam()
1398 if (iflag & IXOFF) in cyparam()
/freebsd-12.1/sys/dev/usb/serial/
H A Dubsa.c518 if (t->c_iflag & (IXON | IXOFF)) in ubsa_cfg_param()

12