Searched refs:ICRNL (Results 1 - 25 of 50) sorted by relevance

12

/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dstty_default.c83 termios.c_iflag |= (BRKINT|IGNPAR|ICRNL|IXON|IMAXBEL);
/freebsd-11-stable/crypto/openssh/
H A Dsshtty.c80 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF);
H A Dttymodes.h120 TTYMODE(ICRNL, c_iflag, 36)
/freebsd-11-stable/sys/sys/
H A Dttydefaults.h47 #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY)
H A D_termios.h91 #define ICRNL 0x00000100 /* map CR to NL (ala CRMOD) */ macro
/freebsd-11-stable/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c116 {ICRNL, "ICRNL"},
120 #define ALLIN (BRKINT|IGNBRK|IGNPAR|PARMRK|INPCK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IXOFF)
/freebsd-11-stable/bin/stty/
H A Dmodes.c114 { "icrnl", ICRNL, 0 },
115 { "-icrnl", 0, ICRNL },
H A Dkey.c218 ip->t.c_iflag |= ICRNL;
221 ip->t.c_iflag &= ~ICRNL;
H A Dprint.c120 put("-icrnl", ICRNL, 1);
/freebsd-11-stable/usr.sbin/lpr/lpd/
H A Dmodes.c114 { "icrnl", ICRNL, 0 },
115 { "-icrnl", 0, ICRNL },
/freebsd-11-stable/contrib/ncurses/include/
H A Dnc_termios.h87 #define ICRNL 0000400 macro
/freebsd-11-stable/usr.bin/tset/
H A Dset.c91 mode.c_iflag |= (BRKINT | IGNPAR | ICRNL | IXON
219 mode.c_iflag |= ICRNL;
226 mode.c_iflag &= ~ICRNL;
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dkeyboard.c59 ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON);
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_raw.c148 buf.c_iflag &= (unsigned) ~ICRNL;
277 buf.c_iflag |= ICRNL;
/freebsd-11-stable/contrib/tcsh/
H A Dmi.termios.c167 * ICRNL: set if CRMOD is set and not RAW (CRMOD also controls output)
183 termios_p->c_iflag |= ICRNL;
327 /* CRMOD isn't Posix and may conflict with ICRNL, which is Posix,
336 if (termios_p->c_iflag & ICRNL)
/freebsd-11-stable/sys/kern/
H A Dtty_compat.c284 if (iflag&ICRNL || oflag&ONLCR)
358 iflag |= ICRNL;
361 iflag &= ~ICRNL;
/freebsd-11-stable/contrib/libreadline/examples/
H A Drlptytest.c227 buf.c_iflag &= ~(ICRNL | INLCR);
/freebsd-11-stable/lib/libc/gen/
H A Dtermios.c170 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR);
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-openpty.c209 tio.c_iflag |= ICRNL;
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c360 tmp_tc.c_iflag |= ICRNL;
366 tmp_tc.c_iflag &= ~ICRNL;
395 tmp_tc.c_iflag &= ~ICRNL;
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_leitch.c285 ttyb.c_iflag = IGNBRK|IGNPAR|ICRNL;
309 ttyp->c_iflag = IGNBRK|IGNPAR|ICRNL;
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Drlfe.c546 t.c_iflag &= ~ICRNL;
607 do_icrnl = (term_master.c_lflag & ICRNL) != 0;
/freebsd-11-stable/libexec/getty/
H A Dsubr.c323 SET(iflag, ICRNL);
326 CLR(iflag, ICRNL);
/freebsd-11-stable/usr.bin/tip/tip/
H A Dtip.c223 term.c_iflag &= ~(INPCK|ICRNL);
568 cntrl.c_iflag &= ~(ISTRIP|ICRNL);
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_newterm.c85 buf.c_iflag &= (unsigned) ~(ICRNL | INLCR | IGNCR);

Completed in 189 milliseconds

12