Home
last modified time | relevance | path

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

12

/freebsd/usr.sbin/lpr/lpd/
H A Dmodes.c114 { "ixoff", IXOFF, 0 },
115 { "-ixoff", 0, IXOFF },
116 { "tandem", IXOFF, 0 },
117 { "-tandem", 0, IXOFF },
/freebsd/bin/stty/
H A Dmodes.c113 { "ixoff", IXOFF, 0 },
114 { "-ixoff", 0, IXOFF },
115 { "tandem", IXOFF, 0 },
116 { "-tandem", 0, IXOFF },
H A Dprint.c116 put("-ixoff", IXOFF, 0); in print()
/freebsd/sys/kern/
H A Dtty_compat.c280 if (iflag&IXOFF) in ttcompatgetflags()
395 iflag |= IXOFF; in ttcompatsetflags()
397 iflag &= ~IXOFF; in ttcompatsetflags()
435 iflag |= IXOFF; in ttcompatsetlflags()
437 iflag &= ~IXOFF; in ttcompatsetlflags()
H A Dtty.c89 IGNCR|ICRNL|IXON|IXOFF|IXANY|IMAXBEL|IUTF8)
1777 (IXON|IXOFF|IXANY)) || in tty_generic_ioctl()
2065 tp->t_termios.c_iflag & IXOFF && in tty_hiwat_in_block()
2085 tp->t_termios.c_iflag & IXOFF && in tty_hiwat_in_unblock()
/freebsd/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/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/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c124 DATA(IXOFF), in _nc_trace_ttymode()
126 #define ALLIN (BRKINT|IGNBRK|IGNPAR|PARMRK|INPCK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IXOFF) in _nc_trace_ttymode()
/freebsd/contrib/telnet/telnet/
H A Dsys_bsd.c450 tmp_tc.c_iflag &= ~(IXOFF|IXON); /* Leave the IXANY bit alone */ in TerminalNewMode()
453 tmp_tc.c_iflag |= IXOFF|IXON; /* Leave the IXANY bit alone */ in TerminalNewMode()
455 tmp_tc.c_iflag |= IXOFF|IXON|IXANY; in TerminalNewMode()
457 tmp_tc.c_iflag |= IXOFF|IXON; in TerminalNewMode()
/freebsd/usr.bin/tip/tip/
H A Dcmds.c849 rmtty.c_iflag |= IXOFF; in tandem()
850 term.c_iflag |= IXOFF; in tandem()
852 rmtty.c_iflag &= ~IXOFF; in tandem()
853 term.c_iflag &= ~IXOFF; in tandem()
H A Dtip.c560 cntrl.c_iflag |= IXOFF; in ttysetup()
/freebsd/contrib/nvi/cl/
H A Dcl_screen.c334 if (clp->orig.c_iflag & IXOFF) in cl_vi_init()
335 clp->vi_enter.c_iflag |= IXOFF; in cl_vi_init()
H A Dcl_read.c208 term2.c_iflag &= ~(IXON | IXOFF); in cl_read()
H A DREADME.signal66 IXON/IXOFF, and disabling some of the interrupt characters (see the
/freebsd/sys/sys/
H A D_termios.h92 #define IXOFF 0x00000400 /* enable input flow control */ macro
/freebsd/lib/libc/gen/
H A Dtermios.c166 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR); in cfmakeraw()
/freebsd/contrib/tcsh/
H A Ded.term.c72 { "iflag:", 0, IXON | IXOFF },
131 # ifdef IXOFF
132 { "ixoff", IXOFF, M_INPUT },
/freebsd/contrib/libedit/
H A Dtty.c90 {"iflag:", 0, IXON | IXOFF | INLCR | ICRNL},
202 #ifdef IXOFF
203 {"ixoff", IXOFF, MD_INP},
/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.c323 | IXOFF)); in reset_tty_settings()
/freebsd/libexec/getty/
H A Dgettytab87 # iflags: IXOFF | IXON | ICRNL | IGNPAR
/freebsd/sys/dev/usb/serial/
H A Dubsa.c514 if (t->c_iflag & (IXON | IXOFF)) in ubsa_cfg_param()
/freebsd/usr.sbin/ppp/
H A Dtty.c726 ios.c_iflag |= IXOFF; in tty_Create()
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c926 termbuf.c_iflag &= ~IXOFF; in getptyslave()
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c433 if (bios->c_iflag & IXOFF) in bsd_to_linux_termios()
561 bios->c_iflag |= IXOFF; in linux_to_bsd_termios()

12