Searched refs:IGNCR (Results 1 – 11 of 11) sorted by relevance
/original-bsd/bin/stty/ |
H A D | modes.c | 76 { "igncr", IGNCR, 0 }, 77 { "-igncr", 0, IGNCR },
|
H A D | print.c | 100 put("-igncr", IGNCR, 0);
|
/original-bsd/sys/sys/ |
H A D | termios.h | 70 #define IGNCR 0x00000080 /* ignore CR */ macro
|
/original-bsd/lib/libc/gen/ |
H A D | termios.c | 140 t->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON);
|
/original-bsd/local/toolchest/ksh/sh/ |
H A D | edit.c | 99 #define IGNCR 0000200 macro 280 nttyparm.c_iflag &= ~(IGNPAR|PARMRK|INLCR|IGNCR|ICRNL); 285 ~(IGNBRK|PARMRK|INLCR|IGNCR|ICRNL|INPCK); 389 nttyparm.c_iflag &= ~(IGNCR|ICRNL);
|
/original-bsd/lib/libcurses/ |
H A D | tty.c | 74 rawt.c_iflag &= ~(IGNBRK|BRKINT|PARMRK|INLCR|IGNCR|ICRNL|IXON); in gettmode()
|
/original-bsd/sys/sparc/sunos/ |
H A D | sun_ioctl.c | 132 ISTRIP|INLCR|IGNCR|ICRNL|IXANY|IMAXBEL);
|
/original-bsd/lib/libedit/ |
H A D | tty.c | 36 { "iflag:", ICRNL, (INLCR|IGNCR) }, 44 { "iflag:", (INLCR|ICRNL), IGNCR }, 151 # ifdef IGNCR 152 { "igncr", IGNCR, M_INP },
|
/original-bsd/usr.bin/tset/ |
H A D | set.c | 54 mode.c_iflag &= ~(IGNBRK | PARMRK | INPCK | ISTRIP | INLCR | IGNCR in reset_mode()
|
/original-bsd/usr.bin/window/ |
H A D | wwinit.c | 76 ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXOFF | IMAXBEL); in wwinit()
|
/original-bsd/sys/kern/ |
H A D | tty.c | 337 if (ISSET(iflag, IGNCR))
|