Home
last modified time | relevance | path

Searched refs:INLCR (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dtermios.d171 enum INLCR = 0x0000040; // 0000100 in version() local
268 enum INLCR = 0x0000040; in version() local
365 enum INLCR = 0x0000040; in version() local
462 enum INLCR = 0x0000040; in version() local
559 enum INLCR = 0x0000040; in version() local
656 enum INLCR = 0x0000040; in version() local
754 enum INLCR = 0x000040; in version() local
/netbsd-src/usr.sbin/lpr/lpd/
H A Dmodes.c107 { "inlcr", INLCR, 0 },
108 { "-inlcr", 0, INLCR },
/netbsd-src/external/bsd/tmux/dist/compat/
H A Dcfmakeraw.c28 tio->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in cfmakeraw()
/netbsd-src/lib/libc/termios/
H A Dcfmakeraw.c61 t->c_iflag &= ~(IMAXBEL|IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in __weak_alias()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsshtty.c81 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
H A Dttymodes.h110 TTYMODE(INLCR, c_iflag, 34)
/netbsd-src/lib/libedit/
H A Dtty.c72 {"iflag:", ICRNL, (INLCR | IGNCR)},
80 {"iflag:", (INLCR | ICRNL), IGNCR},
90 {"iflag:", 0, IXON | IXOFF | INLCR | ICRNL},
184 #ifdef INLCR
185 {"inlcr", INLCR, MD_INP},
/netbsd-src/sys/compat/linux/common/
H A Dlinux_termios.h203 bts->c_iflag |= cvtto_bsd_mask(lt->c_iflag, LINUX_INLCR, INLCR); in linux32_termio_to_bsd_termios()
291 lt->c_iflag |= cvtto_linux_mask(bts->c_iflag, INLCR, LINUX_INLCR); in bsd_termios_to_linux32_termio()
381 bts->c_iflag |= cvtto_bsd_mask(lts->c_iflag, LINUX_INLCR, INLCR); in linux32_termios_to_bsd_termios()
479 lts->c_iflag |= cvtto_linux_mask(bts->c_iflag, INLCR, LINUX_INLCR); in bsd_termios_to_linux32_termios()
/netbsd-src/sys/sys/
H A Dtermios.h96 #define INLCR 0x00000040U /* map NL into CR */ macro
/netbsd-src/bin/stty/
H A Dmodes.c102 { "inlcr", INLCR },
H A Dprint.c116 put("-inlcr", INLCR, 0); in print()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/
H A Drlptytest.c234 buf.c_iflag &= ~(ICRNL | INLCR); in tty_cbreak()
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/examples/
H A Drlptytest.c234 buf.c_iflag &= ~(ICRNL | INLCR); in tty_cbreak()
/netbsd-src/usr.bin/tset/
H A Dset.c79 mode.c_iflag &= ~(IGNBRK | PARMRK | INPCK | ISTRIP | INLCR | IGNCR in reset_mode()
/netbsd-src/sys/compat/ultrix/
H A Dultrix_ioctl.c157 r |= ((l & 0x00000040) ? INLCR : 0); in stios2btios()
290 r |= ((l & INLCR) ? 0x00000040 : 0); in btios2stios()
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dtty.c252 tio->c_iflag &= ~(IMAXBEL | IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | in uv__tty_make_raw()
/netbsd-src/sys/compat/sunos/
H A Dsunos_ioctl.c139 r |= ((l & 0x00000040) ? INLCR : 0); in stios2btios()
262 r |= ((l & INLCR) ? 0x00000040 : 0); in btios2stios()
/netbsd-src/sys/compat/sunos32/
H A Dsunos32_ioctl.c175 r |= ((l & 0x00000040) ? INLCR : 0); in stios2btios()
298 r |= ((l & INLCR) ? 0x00000040 : 0); in btios2stios()
/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dterminal.c720 ttybuff.c_iflag &= (~ISTRIP & ~INLCR & ~IGNCR & ~ICRNL & ~IXON); in terminal_prep_terminal()
/netbsd-src/lib/libcurses/
H A Dtty.c144 screen->rawt.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | INLCR | IGNCR | in _cursesi_gettmode()
/netbsd-src/bin/csh/
H A Dfile.c149 tty.c_iflag &= ~INLCR; in back_to_col_1()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Drltty.c532 tiop->c_iflag &= ~(ICRNL | INLCR); in prepare_terminal_settings()
/netbsd-src/sys/kern/
H A Dtty.c742 } else if (c == '\n' && ISSET(iflag, INLCR)) in ttyinput_wlock()