Home
last modified time | relevance | path

Searched refs:ICRNL (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/usr.sbin/lpr/lpd/
H A Dmodes.c108 { "icrnl", ICRNL, 0 },
109 { "-icrnl", 0, ICRNL },
/freebsd/bin/stty/
H A Dmodes.c107 { "icrnl", ICRNL, 0 },
108 { "-icrnl", 0, ICRNL },
H A Dkey.c209 ip->t.c_iflag |= ICRNL; in f_nl()
212 ip->t.c_iflag &= ~ICRNL; in f_nl()
H A Dprint.c112 put("-icrnl", ICRNL, 1); in print()
/freebsd/crypto/heimdal/appl/login/
H A Dstty_default.c83 termios.c_iflag |= (BRKINT|IGNPAR|ICRNL|IXON|IMAXBEL); in stty_default()
/freebsd/crypto/openssh/
H A Dsshtty.c80 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
H A Dttymodes.h111 TTYMODE(ICRNL, c_iflag, 36)
/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c126 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 Dmi.termios.c183 termios_p->c_iflag |= ICRNL;
336 if (termios_p->c_iflag & ICRNL)
H A Ded.term.c41 { "iflag:", ICRNL, (INLCR|IGNCR) },
54 { "iflag:", (INLCR|ICRNL), IGNCR },
119 # ifdef ICRNL
120 { "icrnl", ICRNL, M_INPUT },
/freebsd/sys/kern/
H A Dtty_compat.c282 if (iflag&ICRNL || oflag&ONLCR) in ttcompatgetflags()
356 iflag |= ICRNL; in ttcompatsetflags()
359 iflag &= ~ICRNL; in ttcompatsetflags()
/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.c327 | 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 Dttydefaults.h46 #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY | IUTF8)
H A D_termios.h90 #define ICRNL 0x00000100 /* map CR to NL (ala CRMOD) */ macro
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_raw.c153 buf.c_iflag &= (unsigned) ~ICRNL; in NCURSES_SP_NAME()
291 buf.c_iflag |= ICRNL; in NCURSES_SP_NAME()
/freebsd/contrib/ncurses/include/
H A Dnc_termios.h107 #define ICRNL 0x00100 macro
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c360 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 Dbsd-openpty.c229 tio.c_iflag |= ICRNL; in openpty()
/freebsd/usr.bin/tip/tip/
H A Dtip.c209 term.c_iflag &= ~(INPCK|ICRNL); in main()
554 cntrl.c_iflag &= ~(ISTRIP|ICRNL); in ttysetup()
/freebsd/contrib/libedit/
H A Dtty.c72 {"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 Drefclock_leitch.c285 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 Dtermios.c166 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR); in cfmakeraw()
/freebsd/libexec/getty/
H A Dsubr.c316 SET(iflag, ICRNL); in set_flags()
319 CLR(iflag, ICRNL); in set_flags()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_newterm.c87 buf.c_iflag &= (unsigned) ~(ICRNL | INLCR | IGNCR); in _nc_initscr()
/freebsd/contrib/telnet/telnet/
H A Dsys_bsd.c434 tmp_tc.c_iflag |= ICRNL; in TerminalNewMode()
497 tmp_tc.c_iflag &= ~ICRNL; in TerminalNewMode()

12