Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bnu/
H A Dsetmode.c241 "nl1", NL1, NLDLY,
265 "05", NL1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY),
266 "vt05", NL1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY),
268 "37", (FF1|VT1|CR2|TAB1|NL1), (NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY),
269 "tty37", (FF1|VT1|CR2|TAB1|NL1), (NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY),
/illumos-gate/usr/src/cmd/ttymon/
H A Dsttytable.c284 "nl1", NL1, NLDLY,
297 "vt05", NL1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY),
299 "tty37", (FF1|VT1|CR2|TAB1|NL1), (NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY),
H A Dstty.c409 delay((m&NLDLY)/NL1, "nl"); in prmodes()
641 delay((m&NLDLY)/NL1, "nl"); in pramodes()
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttytable.c289 "nl1", NL1, NLDLY,
304 "vt05", NL1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY),
306 "tty37", (FF1|VT1|CR2|TAB1|NL1), (NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY),
H A Dstty.c354 delay((m & NLDLY)/NL1, "nl"); in prmodes()
583 delay((m & NLDLY)/NL1, "nl"); in pramodes()
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.delays.h56 66, NL1, /* special M37 delay */
/illumos-gate/usr/src/head/
H A Dsgtty.h61 #define NL1 000400 macro
/illumos-gate/usr/src/uts/common/sys/
H A Dioctl.h96 #define NL1 O_NL1 macro
H A Dtermios.h226 #define NL1 0000400 macro
/illumos-gate/usr/src/ucbhead/sys/
H A Dioctl.h93 #define NL1 O_NL1 macro
/illumos-gate/usr/src/cmd/tput/
H A Dtput.c351 100, NL1,
407 66, NL1, /* special M37 delay */
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c1110 termiosp->c_oflag |= NL1; in from_compat()
1308 if ((termiosp->c_oflag & ONLRET) && (termiosp->c_oflag & NL1)) in to_compat()
H A Dldterm.c3818 if ((tp->t_modes.c_oflag & NLDLY) == NL1) in ldterm_output_msg()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c315 { "nl1", BITS, O_FLAG, US, NLDLY, NL1 },