Home
last modified time | relevance | path

Searched refs:CR1 (Results 1 – 15 of 15) sorted by path

/illumos-gate/usr/src/cmd/bnu/
H A Dsetmode.c231 "cr1", CR1, CRDLY,
259 "33", CR1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY),
260 "tty33", CR1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY),
261 "tn", CR1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY),
262 "tn300", CR1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY),
/illumos-gate/usr/src/cmd/tput/
H A Dtput.c339 80, CR1,
396 80, CR1,
/illumos-gate/usr/src/cmd/ttymon/
H A Dstty.c408 delay((m&CRDLY)/CR1, "cr"); in prmodes()
640 delay((m&CRDLY)/CR1, "cr"); in pramodes()
H A Dsttytable.c273 "cr1", CR1, CRDLY,
294 "tty33", CR1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY),
295 "tn300", CR1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY),
/illumos-gate/usr/src/common/ficl/test/
H A Dcore.fr750 { CREATE CR1 -> }
751 { CR1 -> HERE }
752 { ' CR1 >BODY -> HERE }
754 { CR1 @ -> 1 }
756 { CR1 -> 2 }
758 { CR1 -> 3 }
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c309 { "cr1", BITS, O_FLAG, US, CRDLY, CR1 },
/illumos-gate/usr/src/head/
H A Dsgtty.h57 #define CR1 010000 macro
/illumos-gate/usr/src/ucbcmd/stty/
H A Dstty.c353 delay((m & CRDLY)/CR1, "cr"); in prmodes()
582 delay((m & CRDLY)/CR1, "cr"); in pramodes()
H A Dsttytable.c279 "cr1", CR1, CRDLY,
301 "tty33", CR1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY),
302 "tn300", CR1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY),
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.delays.h43 80, CR1,
/illumos-gate/usr/src/ucbhead/sys/
H A Dioctl.h103 #define CR1 O_CR1 macro
/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c3902 case CR1: in ldterm_output_msg()
H A Dttcompat.c1107 termiosp->c_oflag |= ONLRET|CR1; /* tty37 */ in from_compat()
1304 if ((termiosp->c_oflag & CR1) && in to_compat()
/illumos-gate/usr/src/uts/common/sys/
H A Dioctl.h106 #define CR1 O_CR1 macro
H A Dtermios.h229 #define CR1 0001000 macro