Home
last modified time | relevance | path

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

12

/freebsd-14-stable/usr.sbin/lpr/lpd/
HDmodes.c114 { "icrnl", ICRNL, 0 },
115 { "-icrnl", 0, ICRNL },
/freebsd-14-stable/crypto/heimdal/appl/login/
HDstty_default.c83 termios.c_iflag |= (BRKINT|IGNPAR|ICRNL|IXON|IMAXBEL); in stty_default()
/freebsd-14-stable/crypto/openssh/
HDsshtty.c80 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
HDttymodes.h111 TTYMODE(ICRNL, c_iflag, 36)
/freebsd-14-stable/contrib/ncurses/ncurses/trace/
HDlib_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-14-stable/contrib/tcsh/
HDmi.termios.c183 termios_p->c_iflag |= ICRNL;
336 if (termios_p->c_iflag & ICRNL)
HDed.term.c41 { "iflag:", ICRNL, (INLCR|IGNCR) },
54 { "iflag:", (INLCR|ICRNL), IGNCR },
119 # ifdef ICRNL
120 { "icrnl", ICRNL, M_INPUT },
/freebsd-14-stable/contrib/ncurses/progs/
HDreset_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-14-stable/sys/kern/
HDtty_compat.c284 if (iflag&ICRNL || oflag&ONLCR) in ttcompatgetflags()
358 iflag |= ICRNL; in ttcompatsetflags()
361 iflag &= ~ICRNL; in ttcompatsetflags()
/freebsd-14-stable/sys/sys/
HDttydefaults.h48 #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY | IUTF8)
HD_termios.h92 #define ICRNL 0x00000100 /* map CR to NL (ala CRMOD) */ macro
/freebsd-14-stable/contrib/ncurses/include/
HDnc_termios.h107 #define ICRNL 0x00100 macro
/freebsd-14-stable/contrib/ncurses/ncurses/tinfo/
HDlib_raw.c153 buf.c_iflag &= (unsigned) ~ICRNL; in NCURSES_SP_NAME()
291 buf.c_iflag |= ICRNL; in NCURSES_SP_NAME()
/freebsd-14-stable/crypto/heimdal/appl/telnet/telnet/
HDsys_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-14-stable/crypto/openssh/openbsd-compat/
HDbsd-openpty.c229 tio.c_iflag |= ICRNL; in openpty()
/freebsd-14-stable/usr.bin/tip/tip/
HDtip.c223 term.c_iflag &= ~(INPCK|ICRNL); in main()
568 cntrl.c_iflag &= ~(ISTRIP|ICRNL); in ttysetup()
/freebsd-14-stable/contrib/libedit/
HDtty.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-14-stable/contrib/ntp/ntpd/
HDrefclock_leitch.c285 ttyb.c_iflag = IGNBRK|IGNPAR|ICRNL; in leitch_start()
309 ttyp->c_iflag = IGNBRK|IGNPAR|ICRNL; in leitch_start()
/freebsd-14-stable/lib/libc/gen/
HDtermios.c168 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR); in cfmakeraw()
/freebsd-14-stable/libexec/getty/
HDsubr.c322 SET(iflag, ICRNL); in set_flags()
325 CLR(iflag, ICRNL); in set_flags()
/freebsd-14-stable/contrib/ncurses/ncurses/base/
HDlib_newterm.c87 buf.c_iflag &= (unsigned) ~(ICRNL | INLCR | IGNCR); in _nc_initscr()
/freebsd-14-stable/contrib/telnet/telnet/
HDsys_bsd.c434 tmp_tc.c_iflag |= ICRNL; in TerminalNewMode()
497 tmp_tc.c_iflag &= ~ICRNL; in TerminalNewMode()
/freebsd-14-stable/crypto/heimdal/appl/telnet/telnetd/
HDsys_term.c653 return (termbuf.c_iflag & ICRNL); in tty_iscrnl()
909 termbuf.c_iflag = IGNPAR|ISTRIP|ICRNL|IXON; in getptyslave()
925 termbuf.c_iflag |= ICRNL; in getptyslave()
/freebsd-14-stable/contrib/nvi/cl/
HDcl_screen.c477 clp->ex_enter.c_iflag |= ICRNL; in cl_ex_init()
/freebsd-14-stable/stand/userboot/test/
HDtest.c499 term.c_iflag &= ~(ICRNL); in main()

12