/titanic_44/usr/src/cmd/bnu/ |
H A D | setmode.c | 248 "bs0", BS0, BSDLY, 249 "bs1", BS1, BSDLY, 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), 267 "05", NL1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY), 268 "vt05", NL1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY), [all …]
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 281 "bs0", BS0, BSDLY, 282 "bs1", BS1, BSDLY, 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), 293 NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY),
|
H A D | stty.c | 406 delay((m&BSDLY)/BS1, "bs"); in prmodes() 636 delay((m&BSDLY)/BS1, "bs"); in pramodes()
|
/titanic_44/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 286 "bs0", BS0, BSDLY, 287 "bs1", BS1, BSDLY, 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), 300 NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY),
|
H A D | stty.c | 358 delay((m & BSDLY)/BS1, "bs"); in prmodes() 587 delay((m & BSDLY)/BS1, "bs"); in pramodes()
|
/titanic_44/usr/src/ucbcmd/tset/ |
H A D | tset.delays.h | 65 int BSbits = BSDLY;
|
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 | 328 #ifdef BSDLY 329 { "bs0", BITS, O_FLAG, IG|SS, BSDLY, BS0 }, 330 { "bs1", BITS, O_FLAG, US, BSDLY, BS1 }, 859 #ifdef BSDLY in infof() 860 listmask(sp,BSDLY,"Backspace delay style"); in infof()
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 152 #define BSDLY 0x00002000 macro
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 152 #define BSDLY 0x00002000 macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | termios.h | 241 #define BSDLY 0020000 macro
|
/titanic_44/usr/src/cmd/tput/ |
H A D | tput.c | 349 static int BSbits = BSDLY;
|
/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 | 1279 termiosp->c_oflag |= BSDLY; in from_compat() 1424 if (termiosp->c_oflag & BSDLY) in to_compat()
|
H A D | ldterm.c | 3788 if (tp->t_modes.c_oflag & BSDLY) { in ldterm_output_msg()
|