/titanic_41/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 142 "igncr", IGNCR, 0, 143 "-igncr", 0, IGNCR, 147 "-nl", 0, (ICRNL|INLCR|IGNCR), 150 "-nl", ICRNL, (INLCR|IGNCR), 169 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF|IXANY),
|
H A D | stty.c | 370 if (m&IGNCR) in prmodes() 588 (void) printf("-igncr "+((m&IGNCR) != 0)); in pramodes()
|
/titanic_41/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 138 "igncr", IGNCR, 0, 139 "-igncr", 0, IGNCR, 142 "-nl", ICRNL, (INLCR|IGNCR), 166 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF),
|
H A D | stty.c | 319 if (m & IGNCR) in prmodes() 536 (void) fprintf(output, "-igncr " + ((m & IGNCR) != 0)); in pramodes()
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | setmode.c | 112 "igncr", IGNCR, 0, 113 "-igncr", 0, IGNCR, 116 "-nl", ICRNL, (INLCR|IGNCR), 142 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF),
|
H A D | cu.c | 1388 _Tv.c_iflag &= ~(INLCR | ICRNL | IGNCR | IUCLC); in _mode()
|
/titanic_41/usr/src/cmd/ssh/ssh/ |
H A D | sshtty.c | 84 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
|
/titanic_41/usr/src/cmd/ssh/include/ |
H A D | ttymodes.h | 134 TTYMODE(IGNCR, c_iflag, 35)
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 114 #define IGNCR 0x00000080 macro
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 114 #define IGNCR 0x00000080 macro
|
/titanic_41/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | ifdef.c | 119 termio.c_iflag = IXON | IGNCR; in setupline() 131 termios.c_iflag = IXON | IGNCR; in setupline()
|
/titanic_41/usr/src/cmd/script/ |
H A D | script.c | 225 sbuf.c_iflag &= ~(INLCR|IGNCR|ICRNL|IUCLC|IXON); in fixtty()
|
/titanic_41/usr/src/lib/libshell/common/edit/ |
H A D | edit.c | 330 nttyparm.c_iflag &= ~(IGNPAR|PARMRK|INLCR|IGNCR|ICRNL); in tty_raw() 334 ~(IGNBRK|PARMRK|INLCR|IGNCR|ICRNL|INPCK); in tty_raw() 466 nttyparm.c_iflag &= ~(IGNCR|ICRNL); in tty_alt() 1516 ott.c_iflag &= ~(IGNCR|ICRNL);
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | termios.h | 191 #define IGNCR 0000200 macro
|
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | stty.c | 228 { "igncr", BIT, I_FLAG, US, IGNCR, IGNCR, C("Ignore (do not ignore) carriage return") },
|
/titanic_41/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 357 #define RESET_IFLAG (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF|IXANY)
|
/titanic_41/usr/src/grub/grub-0.97/grub/ |
H A D | asmstub.c | 1139 termios.c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in serial_hw_init()
|
/titanic_41/usr/src/ucbcmd/tset/ |
H A D | tset.c | 517 modes.c_iflag &= ~(IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF); in main()
|
/titanic_41/usr/src/cmd/zlogin/ |
H A D | zlogin.c | 477 term.c_iflag &= ~(INLCR|ICRNL|IGNCR|IUCLC); in set_tty_rawmode()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | ttcompat.c | 1342 INLCR|IGNCR|ICRNL|IUCLC|IXON)) && in to_compat()
|
H A D | ldterm.c | 1221 if (tp->t_modes.c_iflag & (INLCR|IGNCR|ICRNL|IUCLC|IXON) || in ldtermrput() 1376 if (tp->t_modes.c_iflag & IGNCR) in ldtermrput()
|
/titanic_41/usr/src/uts/sun/io/ |
H A D | zs_async.c | 3359 if (za->za_ttycommon.t_iflag & IGNCR) printf(" t_ifl:IGNCR"); in zsa_print_info()
|