/titanic_44/usr/src/cmd/bnu/ |
H A D | setmode.c | 243 "nl1", NL1, NLDLY, 267 "05", NL1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY), 268 "vt05", NL1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY), 270 "37", (FF1|VT1|CR2|TAB1|NL1), (NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY), 271 "tty37", (FF1|VT1|CR2|TAB1|NL1), (NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY),
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 276 "nl1", NL1, NLDLY, 289 "vt05", NL1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY), 291 "tty37", (FF1|VT1|CR2|TAB1|NL1), (NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY),
|
H A D | stty.c | 404 delay((m&NLDLY)/NL1, "nl"); in prmodes() 634 delay((m&NLDLY)/NL1, "nl"); in pramodes()
|
/titanic_44/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 281 "nl1", NL1, NLDLY, 296 "vt05", NL1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY), 298 "tty37", (FF1|VT1|CR2|TAB1|NL1), (NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY),
|
H A D | stty.c | 353 delay((m & NLDLY)/NL1, "nl"); in prmodes() 582 delay((m & NLDLY)/NL1, "nl"); in pramodes()
|
/titanic_44/usr/src/ucbcmd/tset/ |
H A D | tset.delays.h | 56 66, NL1, /* special M37 delay */
|
/titanic_44/usr/src/head/ |
H A D | sgtty.h | 63 #define NL1 000400 macro
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | ioctl.h | 36 #define NL1 O_NL1 macro
|
H A D | termios.h | 140 #define NL1 0x00000100 macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | ioctl.h | 98 #define NL1 O_NL1 macro
|
H A D | termios.h | 224 #define NL1 0000400 macro
|
/titanic_44/usr/src/ucbhead/sys/ |
H A D | ioctl.h | 95 #define NL1 O_NL1 macro
|
/titanic_44/usr/src/head/rpcsvc/ |
H A D | rex.x | 108 const NL1 = 0x00000100; /* tty 37 */ variable
|
/titanic_44/usr/src/cmd/rexd/ |
H A D | rex.x | 102 const NL1 = 0x00000100; /* tty 37 */ variable
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 140 #define NL1 0x00000100 macro
|
/titanic_44/usr/src/cmd/tput/ |
H A D | tput.c | 343 100, NL1, 399 66, NL1, /* special M37 delay */
|
/titanic_44/usr/src/cmd/vi/misc/ |
H A D | del.h.cb | 66 66, NL1, /* special M37 delay */
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ttcompat.c | 1208 termiosp->c_oflag |= NL1; in from_compat() 1406 if ((termiosp->c_oflag & ONLRET) && (termiosp->c_oflag & NL1)) in to_compat()
|
H A D | ldterm.c | 3799 if ((tp->t_modes.c_oflag & NLDLY) == NL1) in ldterm_output_msg()
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | stty.c | 313 { "nl1", BITS, O_FLAG, US, NLDLY, NL1 },
|