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

123

/macosx-10.9.5/emacs-92/emacs/mac/inc/
H A Dtermio.h49 #define ICRNL 0x2 /* map CR to NL on input */ macro
/macosx-10.9.5/Heimdal-323.92.1/appl/login/
H A Dstty_default.c83 termios.c_iflag |= (BRKINT|IGNPAR|ICRNL|IXON|IMAXBEL);
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dsshtty.c80 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF);
H A Dttymodes.h120 TTYMODE(ICRNL, c_iflag, 36)
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dttydefaults.h78 #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY)
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tinfo/
H A Dlib_raw.c127 buf.c_iflag &= ~ICRNL;
219 buf.c_iflag |= ICRNL;
/macosx-10.9.5/ncurses-42/ncurses/ncurses/trace/
H A Dlib_tracebits.c119 {ICRNL, "ICRNL"},
123 #define ALLIN (BRKINT|IGNBRK|IGNPAR|PARMRK|INPCK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IXOFF)
/macosx-10.9.5/adv_cmds-153/stty/
H A Dkey.c222 ip->t.c_iflag |= ICRNL;
225 ip->t.c_iflag &= ~ICRNL;
267 ip->t.c_iflag |= ICRNL;
H A Dmodes.c124 { "icrnl", ICRNL, 0 },
125 { "-icrnl", 0, ICRNL },
H A Dprint.c134 put("-icrnl", ICRNL, 1);
/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A Dshtty.c121 ttp->c_iflag |= ICRNL; /* make sure we get CR->NL on input */
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/unix/
H A Dkeyboard.c59 ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON);
/macosx-10.9.5/ncurses-42/ncurses/ncurses/base/
H A Dlib_newterm.c78 buf.c_iflag &= ~(ICRNL | INLCR | IGNCR);
/macosx-10.9.5/ntp-88/lib/isc/unix/
H A Dkeyboard.c59 ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON);
/macosx-10.9.5/tcsh-65/tcsh/
H A Dmi.termios.c169 * ICRNL: set if CRMOD is set and not RAW (CRMOD also controls output)
185 termios_p->c_iflag |= ICRNL;
329 /* CRMOD isn't Posix and may conflict with ICRNL, which is Posix,
338 if (termios_p->c_iflag & ICRNL)
H A Ded.term.c44 { "iflag:", ICRNL, (INLCR|IGNCR) },
57 { "iflag:", (INLCR|ICRNL), IGNCR },
122 # ifdef ICRNL
123 { "icrnl", ICRNL, M_INPUT },
124 # endif /* ICRNL */
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dtty_compat.c528 if (iflag&ICRNL || oflag&ONLCR)
614 iflag |= ICRNL;
617 iflag &= ~ICRNL;
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dtermios.c195 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR);
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dbsd-openpty.c209 tio.c_iflag |= ICRNL;
/macosx-10.9.5/Heimdal-323.92.1/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;
/macosx-10.9.5/screen-22/screen/
H A Dtty.c224 #if defined(ICRNL)
225 m->tio.c_iflag |= ICRNL;
226 #endif /* ICRNL */
423 #if defined(ICRNL)
424 m->tio.c_iflag |= ICRNL;
425 #endif /* ICRNL */
681 #if defined(ICRNL)
682 np->tio.c_iflag &= ~ICRNL;
683 #endif /* ICRNL */
/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_leitch.c283 ttyb.c_iflag = IGNBRK|IGNPAR|ICRNL;
310 ttyp->c_iflag = IGNBRK|IGNPAR|ICRNL;
/macosx-10.9.5/system_cmds-597.90.1/getty.tproj/
H A Dsubr.c353 SET(iflag, ICRNL);
356 CLR(iflag, ICRNL);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/getty.tproj/
H A Dsubr.c353 SET(iflag, ICRNL);
356 CLR(iflag, ICRNL);
/macosx-10.9.5/sudo-72/src/
H A Dterm.c164 CLR(term.c_iflag, ICRNL | IGNCR | INLCR | IUCLC | IXON);

Completed in 532 milliseconds

123