Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bnu/
H A Dsetmode.c246 "bs0", BS0, BSDLY,
247 "bs1", BS1, BSDLY,
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),
263 "ti", CR2, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY),
265 "05", NL1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY),
266 "vt05", NL1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY),
267 "tek", FF1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY),
[all …]
/illumos-gate/usr/src/cmd/ttymon/
H A Dsttytable.c289 "bs0", BS0, BSDLY,
290 "bs1", BS1, BSDLY,
294 "tty33", CR1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY),
295 "tn300", CR1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY),
296 "ti700", CR2, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY),
297 "vt05", NL1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY),
298 "tek", FF1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY),
299 "tty37", (FF1|VT1|CR2|TAB1|NL1), (NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY),
301 NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY),
H A Dstty.c411 delay((m&BSDLY)/BS1, "bs"); in prmodes()
643 delay((m&BSDLY)/BS1, "bs"); in pramodes()
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttytable.c294 "bs0", BS0, BSDLY,
295 "bs1", BS1, BSDLY,
301 "tty33", CR1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY),
302 "tn300", CR1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY),
303 "ti700", CR2, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY),
304 "vt05", NL1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY),
305 "tek", FF1, (CRDLY|TABDLY|NLDLY|FFDLY|VTDLY|BSDLY),
306 "tty37", (FF1|VT1|CR2|TAB1|NL1), (NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY),
308 NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY),
H A Dstty.c359 delay((m & BSDLY)/BS1, "bs"); in prmodes()
588 delay((m & BSDLY)/BS1, "bs"); in pramodes()
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.delays.h65 int BSbits = BSDLY;
H A Dtset.c524 NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY); in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c330 #ifdef BSDLY
331 { "bs0", BITS, O_FLAG, IG|SS, BSDLY, BS0 },
332 { "bs1", BITS, O_FLAG, US, BSDLY, BS1 },
861 #ifdef BSDLY in infof()
862 listmask(sp,BSDLY,"Backspace delay style"); in infof()
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h243 #define BSDLY 0020000 macro
/illumos-gate/usr/src/cmd/tput/
H A Dtput.c357 static int BSbits = BSDLY;
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c1181 termiosp->c_oflag |= BSDLY; in from_compat()
1326 if (termiosp->c_oflag & BSDLY) in to_compat()
H A Dldterm.c3807 if (tp->t_modes.c_oflag & BSDLY) { in ldterm_output_msg()
/illumos-gate/usr/src/cmd/sulogin/
H A Dsulogin.c361 NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY)