Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/bnu/
H A Dsetmode.c242 "nl0", NL0, NLDLY,
243 "nl1", NL1, NLDLY,
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.c275 "nl0", NL0, NLDLY,
276 "nl1", NL1, NLDLY,
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.c404 delay((m&NLDLY)/NL1, "nl"); in prmodes()
634 delay((m&NLDLY)/NL1, "nl"); in pramodes()
/titanic_44/usr/src/ucbcmd/stty/
H A Dsttytable.c280 "nl0", NL0, NLDLY,
281 "nl1", NL1, NLDLY,
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.c353 delay((m & NLDLY)/NL1, "nl"); in prmodes()
582 delay((m & NLDLY)/NL1, "nl"); in pramodes()
/titanic_44/usr/src/ucbcmd/tset/
H A Dtset.delays.h52 int NLbits = NLDLY;
H A Dtset.c520 NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY); in main()
/titanic_44/usr/src/lib/libcmd/common/
H A Dstty.c311 #ifdef NLDLY
312 { "nl0", BITS, O_FLAG, IG|US, NLDLY, NL0 },
313 { "nl1", BITS, O_FLAG, US, NLDLY, NL1 },
853 #ifdef NLDLY in infof()
854 listmask(sp,NLDLY,"Newline delay style"); in infof()
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h138 #define NLDLY 0x00000100 macro
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dtermios.h138 #define NLDLY 0x00000100 macro
/titanic_44/usr/src/uts/common/sys/
H A Dtermios.h222 #define NLDLY 0000400 macro
/titanic_44/usr/src/cmd/tput/
H A Dtput.c339 static int NLbits = NLDLY;
/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 Dldterm.c3799 if ((tp->t_modes.c_oflag & NLDLY) == NL1) in ldterm_output_msg()