/titanic_44/usr/src/cmd/bnu/ |
H A D | setmode.c | 232 "cr0", CR0, CRDLY, 233 "cr1", CR1, CRDLY, 234 "cr2", CR2, CRDLY, 235 "cr3", CR3, CRDLY, 261 "33", CR1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY), 262 "tty33", CR1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY), 263 "tn", CR1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY), 264 "tn300", CR1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY), 265 "ti", CR2, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY), 266 "ti700", CR2, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY), [all …]
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 264 "cr0", CR0, CRDLY, 265 "cr1", CR1, CRDLY, 266 "cr2", CR2, CRDLY, 267 "cr3", CR3, CRDLY, 286 "tty33", CR1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY), 287 "tn300", CR1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY), 288 "ti700", CR2, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY), 289 "vt05", NL1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY), 290 "tek", FF1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY), 291 "tty37", (FF1|VT1|CR2|TAB1|NL1), (NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY), [all …]
|
H A D | stty.c | 403 delay((m&CRDLY)/CR1, "cr"); in prmodes() 633 delay((m&CRDLY)/CR1, "cr"); in pramodes()
|
/titanic_44/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 270 "cr0", CR0, CRDLY, 271 "cr1", CR1, CRDLY, 272 "cr2", CR2, CRDLY, 273 "cr3", CR3, CRDLY, 293 "tty33", CR1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY), 294 "tn300", CR1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY), 295 "ti700", CR2, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY), 296 "vt05", NL1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY), 297 "tek", FF1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY), 298 "tty37", (FF1|VT1|CR2|TAB1|NL1), (NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY), [all …]
|
H A D | stty.c | 352 delay((m & CRDLY)/CR1, "cr"); in prmodes() 581 delay((m & CRDLY)/CR1, "cr"); in pramodes()
|
/titanic_44/usr/src/ucbcmd/tset/ |
H A D | tset.delays.h | 38 int CRbits = CRDLY;
|
H A D | tset.c | 520 NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY); in main()
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | stty.c | 305 #ifdef CRDLY 306 { "cr0", BITS, O_FLAG, IG|SS, CRDLY, CR0 }, 307 { "cr1", BITS, O_FLAG, US, CRDLY, CR1 }, 308 { "cr2", BITS, O_FLAG, US, CRDLY, CR2 }, 309 { "cr3", BITS, O_FLAG, US, CRDLY, CR3 }, 850 #ifdef CRDLY in infof() 851 listmask(sp,CRDLY,"Carriage return delay style"); in infof()
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 141 #define CRDLY 0x00000600 macro
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 141 #define CRDLY 0x00000600 macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | termios.h | 225 #define CRDLY 0003000 macro
|
/titanic_44/usr/src/cmd/tput/ |
H A D | tput.c | 327 static int CRbits = CRDLY;
|
/titanic_44/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 360 NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY)
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ttcompat.c | 1391 switch (termiosp->c_oflag & CRDLY) { in to_compat()
|
H A D | ldterm.c | 3881 switch (tp->t_modes.c_oflag & CRDLY) { in ldterm_output_msg()
|