Home
last modified time | relevance | path

Searched refs:IGNCR (Results 1 – 11 of 11) sorted by relevance

/original-bsd/bin/stty/
H A Dmodes.c76 { "igncr", IGNCR, 0 },
77 { "-igncr", 0, IGNCR },
H A Dprint.c100 put("-igncr", IGNCR, 0);
/original-bsd/sys/sys/
H A Dtermios.h70 #define IGNCR 0x00000080 /* ignore CR */ macro
/original-bsd/lib/libc/gen/
H A Dtermios.c140 t->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON);
/original-bsd/local/toolchest/ksh/sh/
H A Dedit.c99 #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 Dtty.c74 rawt.c_iflag &= ~(IGNBRK|BRKINT|PARMRK|INLCR|IGNCR|ICRNL|IXON); in gettmode()
/original-bsd/sys/sparc/sunos/
H A Dsun_ioctl.c132 ISTRIP|INLCR|IGNCR|ICRNL|IXANY|IMAXBEL);
/original-bsd/lib/libedit/
H A Dtty.c36 { "iflag:", ICRNL, (INLCR|IGNCR) },
44 { "iflag:", (INLCR|ICRNL), IGNCR },
151 # ifdef IGNCR
152 { "igncr", IGNCR, M_INP },
/original-bsd/usr.bin/tset/
H A Dset.c54 mode.c_iflag &= ~(IGNBRK | PARMRK | INPCK | ISTRIP | INLCR | IGNCR in reset_mode()
/original-bsd/usr.bin/window/
H A Dwwinit.c76 ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXOFF | IMAXBEL); in wwinit()
/original-bsd/sys/kern/
H A Dtty.c337 if (ISSET(iflag, IGNCR))