Home
last modified time | relevance | path

Searched refs:NLDLY (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dsetmode.c240 "nl0", NL0, NLDLY,
241 "nl1", NL1, NLDLY,
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.c283 "nl0", NL0, NLDLY,
284 "nl1", NL1, NLDLY,
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.c409 delay((m&NLDLY)/NL1, "nl"); in prmodes()
641 delay((m&NLDLY)/NL1, "nl"); in pramodes()
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttytable.c288 "nl0", NL0, NLDLY,
289 "nl1", NL1, NLDLY,
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.c354 delay((m & NLDLY)/NL1, "nl"); in prmodes()
583 delay((m & NLDLY)/NL1, "nl"); in pramodes()
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.delays.h52 int NLbits = NLDLY;
H A Dtset.c524 NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY); in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c313 #ifdef NLDLY
314 { "nl0", BITS, O_FLAG, IG|US, NLDLY, NL0 },
315 { "nl1", BITS, O_FLAG, US, NLDLY, NL1 },
855 #ifdef NLDLY in infof()
856 listmask(sp,NLDLY,"Newline delay style"); in infof()
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h224 #define NLDLY 0000400 macro
/illumos-gate/usr/src/cmd/tput/
H A Dtput.c347 static int NLbits = NLDLY;
/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.c3818 if ((tp->t_modes.c_oflag & NLDLY) == NL1) in ldterm_output_msg()