/freebsd/usr.sbin/lpr/lpd/ |
H A D | modes.c | 108 { "icrnl", ICRNL, 0 }, 109 { "-icrnl", 0, ICRNL },
|
/freebsd/bin/stty/ |
H A D | modes.c | 107 { "icrnl", ICRNL, 0 }, 108 { "-icrnl", 0, ICRNL },
|
H A D | key.c | 209 ip->t.c_iflag |= ICRNL; in f_nl() 212 ip->t.c_iflag &= ~ICRNL; in f_nl()
|
H A D | print.c | 112 put("-icrnl", ICRNL, 1); in print()
|
/freebsd/crypto/heimdal/appl/login/ |
H A D | stty_default.c | 83 termios.c_iflag |= (BRKINT|IGNPAR|ICRNL|IXON|IMAXBEL); in stty_default()
|
/freebsd/crypto/openssh/ |
H A D | sshtty.c | 80 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
|
H A D | ttymodes.h | 111 TTYMODE(ICRNL, c_iflag, 36)
|
/freebsd/contrib/ncurses/ncurses/trace/ |
H A D | lib_tracebits.c | 126 DATA(ICRNL), in _nc_trace_ttymode() 130 #define ALLIN (BRKINT|IGNBRK|IGNPAR|PARMRK|INPCK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IXOFF) in _nc_trace_ttymode()
|
/freebsd/contrib/tcsh/ |
H A D | mi.termios.c | 183 termios_p->c_iflag |= ICRNL; 336 if (termios_p->c_iflag & ICRNL)
|
H A D | ed.term.c | 41 { "iflag:", ICRNL, (INLCR|IGNCR) }, 54 { "iflag:", (INLCR|ICRNL), IGNCR }, 119 # ifdef ICRNL 120 { "icrnl", ICRNL, M_INPUT },
|
/freebsd/sys/kern/ |
H A D | tty_compat.c | 282 if (iflag&ICRNL || oflag&ONLCR) in ttcompatgetflags() 356 iflag |= ICRNL; in ttcompatsetflags() 359 iflag &= ~ICRNL; in ttcompatsetflags()
|
/freebsd/contrib/ncurses/progs/ |
H A D | reset_cmd.c | 327 | ICRNL in reset_tty_settings() 449 set_flags(tty_settings->c_iflag, ICRNL); in set_conversions() 457 clear_flags(tty_settings->c_iflag, ICRNL); in set_conversions()
|
/freebsd/sys/sys/ |
H A D | ttydefaults.h | 46 #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY | IUTF8)
|
H A D | _termios.h | 90 #define ICRNL 0x00000100 /* map CR to NL (ala CRMOD) */ macro
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_raw.c | 153 buf.c_iflag &= (unsigned) ~ICRNL; in NCURSES_SP_NAME() 291 buf.c_iflag |= ICRNL; in NCURSES_SP_NAME()
|
/freebsd/contrib/ncurses/include/ |
H A D | nc_termios.h | 107 #define ICRNL 0x00100 macro
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | sys_bsd.c | 360 tmp_tc.c_iflag |= ICRNL; in TerminalNewMode() 366 tmp_tc.c_iflag &= ~ICRNL; in TerminalNewMode() 395 tmp_tc.c_iflag &= ~ICRNL; in TerminalNewMode()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-openpty.c | 229 tio.c_iflag |= ICRNL; in openpty()
|
/freebsd/usr.bin/tip/tip/ |
H A D | tip.c | 209 term.c_iflag &= ~(INPCK|ICRNL); in main() 554 cntrl.c_iflag &= ~(ISTRIP|ICRNL); in ttysetup()
|
/freebsd/contrib/libedit/ |
H A D | tty.c | 72 {"iflag:", ICRNL, (INLCR | IGNCR)}, 80 {"iflag:", (INLCR | ICRNL), IGNCR}, 90 {"iflag:", 0, IXON | IXOFF | INLCR | ICRNL}, 190 #ifdef ICRNL 191 {"icrnl", ICRNL, MD_INP},
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_leitch.c | 285 ttyb.c_iflag = IGNBRK|IGNPAR|ICRNL; in leitch_start() 309 ttyp->c_iflag = IGNBRK|IGNPAR|ICRNL; in leitch_start()
|
/freebsd/lib/libc/gen/ |
H A D | termios.c | 166 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR); in cfmakeraw()
|
/freebsd/libexec/getty/ |
H A D | subr.c | 316 SET(iflag, ICRNL); in set_flags() 319 CLR(iflag, ICRNL); in set_flags()
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_newterm.c | 87 buf.c_iflag &= (unsigned) ~(ICRNL | INLCR | IGNCR); in _nc_initscr()
|
/freebsd/contrib/telnet/telnet/ |
H A D | sys_bsd.c | 434 tmp_tc.c_iflag |= ICRNL; in TerminalNewMode() 497 tmp_tc.c_iflag &= ~ICRNL; in TerminalNewMode()
|