Home
last modified time | relevance | path

Searched refs:NL1 (Results 1 – 20 of 20) sorted by relevance

/titanic_44/usr/src/cmd/bnu/
H A Dsetmode.c243 "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 Dsttytable.c276 "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 Dstty.c404 delay((m&NLDLY)/NL1, "nl"); in prmodes()
634 delay((m&NLDLY)/NL1, "nl"); in pramodes()
/titanic_44/usr/src/ucbcmd/stty/
H A Dsttytable.c281 "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 Dstty.c353 delay((m & NLDLY)/NL1, "nl"); in prmodes()
582 delay((m & NLDLY)/NL1, "nl"); in pramodes()
/titanic_44/usr/src/ucbcmd/tset/
H A Dtset.delays.h56 66, NL1, /* special M37 delay */
/titanic_44/usr/src/head/
H A Dsgtty.h63 #define NL1 000400 macro
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dioctl.h36 #define NL1 O_NL1 macro
H A Dtermios.h140 #define NL1 0x00000100 macro
/titanic_44/usr/src/uts/common/sys/
H A Dioctl.h98 #define NL1 O_NL1 macro
H A Dtermios.h224 #define NL1 0000400 macro
/titanic_44/usr/src/ucbhead/sys/
H A Dioctl.h95 #define NL1 O_NL1 macro
/titanic_44/usr/src/head/rpcsvc/
H A Drex.x108 const NL1 = 0x00000100; /* tty 37 */ variable
/titanic_44/usr/src/cmd/rexd/
H A Drex.x102 const NL1 = 0x00000100; /* tty 37 */ variable
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dtermios.h140 #define NL1 0x00000100 macro
/titanic_44/usr/src/cmd/tput/
H A Dtput.c343 100, NL1,
399 66, NL1, /* special M37 delay */
/titanic_44/usr/src/cmd/vi/misc/
H A Ddel.h.cb66 66, NL1, /* special M37 delay */
/titanic_44/usr/src/uts/common/io/
H A Dttcompat.c1208 termiosp->c_oflag |= NL1; in from_compat()
1406 if ((termiosp->c_oflag & ONLRET) && (termiosp->c_oflag & NL1)) in to_compat()
H A Dldterm.c3799 if ((tp->t_modes.c_oflag & NLDLY) == NL1) in ldterm_output_msg()
/titanic_44/usr/src/lib/libcmd/common/
H A Dstty.c313 { "nl1", BITS, O_FLAG, US, NLDLY, NL1 },