/titanic_44/usr/src/cmd/bnu/ |
H A D | setmode.c | 242 "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 D | sttytable.c | 275 "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 D | stty.c | 404 delay((m&NLDLY)/NL1, "nl"); in prmodes() 634 delay((m&NLDLY)/NL1, "nl"); in pramodes()
|
/titanic_44/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 280 "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 D | stty.c | 353 delay((m & NLDLY)/NL1, "nl"); in prmodes() 582 delay((m & NLDLY)/NL1, "nl"); in pramodes()
|
/titanic_44/usr/src/ucbcmd/tset/ |
H A D | tset.delays.h | 52 int NLbits = NLDLY;
|
H A D | tset.c | 520 NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY); in main()
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | stty.c | 311 #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 D | termios.h | 138 #define NLDLY 0x00000100 macro
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 138 #define NLDLY 0x00000100 macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | termios.h | 222 #define NLDLY 0000400 macro
|
/titanic_44/usr/src/cmd/tput/ |
H A D | tput.c | 339 static int NLbits = NLDLY;
|
/titanic_44/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 360 NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY)
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ldterm.c | 3799 if ((tp->t_modes.c_oflag & NLDLY) == NL1) in ldterm_output_msg()
|