Home
last modified time | relevance | path

Searched refs:VTDLY (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dsetmode.c244 "vt0", VT0, VTDLY,
245 "vt1", VT1, VTDLY,
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.c287 "vt0", VT0, VTDLY,
288 "vt1", VT1, VTDLY,
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.c412 delay((m&VTDLY)/VT1, "vt"); in prmodes()
644 delay((m&VTDLY)/VT1, "vt"); in pramodes()
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttytable.c292 "vt0", VT0, VTDLY,
293 "vt1", VT1, VTDLY,
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.c360 delay((m & VTDLY)/VT1, "vt"); in prmodes()
589 delay((m & VTDLY)/VT1, "vt"); in pramodes()
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.delays.h103 int VTbits = VTDLY;
H A Dtset.c524 NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY); in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c334 #ifdef VTDLY
335 { "vt0", BITS, O_FLAG, IG|SS, VTDLY, VT0 },
336 { "vt1", BITS, O_FLAG, US, VTDLY, VT1 },
867 #ifdef VTDLY in infof()
868 listmask(sp,VTDLY,"Vertical tab delay style"); in infof()
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h246 #define VTDLY 0040000 macro
/illumos-gate/usr/src/cmd/sulogin/
H A Dsulogin.c361 NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY)
/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c3883 if ((tp->t_modes.c_oflag & VTDLY) && in ldterm_output_msg()