Home
last modified time | relevance | path

Searched refs:BSDLY (Results 1 – 15 of 15) sorted by relevance

/titanic_44/usr/src/cmd/bnu/
H A Dsetmode.c248 "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 Dsttytable.c281 "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 Dstty.c406 delay((m&BSDLY)/BS1, "bs"); in prmodes()
636 delay((m&BSDLY)/BS1, "bs"); in pramodes()
/titanic_44/usr/src/ucbcmd/stty/
H A Dsttytable.c286 "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 Dstty.c358 delay((m & BSDLY)/BS1, "bs"); in prmodes()
587 delay((m & BSDLY)/BS1, "bs"); in pramodes()
/titanic_44/usr/src/ucbcmd/tset/
H A Dtset.delays.h65 int BSbits = BSDLY;
H A Dtset.c520 NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY); in main()
/titanic_44/usr/src/lib/libcmd/common/
H A Dstty.c328 #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 Dtermios.h152 #define BSDLY 0x00002000 macro
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dtermios.h152 #define BSDLY 0x00002000 macro
/titanic_44/usr/src/uts/common/sys/
H A Dtermios.h241 #define BSDLY 0020000 macro
/titanic_44/usr/src/cmd/tput/
H A Dtput.c349 static int BSbits = BSDLY;
/titanic_44/usr/src/cmd/sulogin/
H A Dsulogin.c360 NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY)
/titanic_44/usr/src/uts/common/io/
H A Dttcompat.c1279 termiosp->c_oflag |= BSDLY; in from_compat()
1424 if (termiosp->c_oflag & BSDLY) in to_compat()
H A Dldterm.c3788 if (tp->t_modes.c_oflag & BSDLY) { in ldterm_output_msg()