/titanic_44/usr/src/cmd/bnu/ |
H A D | setmode.c | 244 "ff0", FF0, FFDLY, 245 "ff1", FF1, FFDLY, 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 | 277 "ff0", FF0, FFDLY, 278 "ff1", FF1, FFDLY, 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 | 408 delay((m&FFDLY)/FF1, "ff"); in prmodes() 638 delay((m&FFDLY)/FF1, "ff"); in pramodes()
|
/titanic_44/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 282 "ff0", FF0, FFDLY, 283 "ff1", FF1, FFDLY, 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 | 360 delay((m & FFDLY)/FF1, "ff"); in prmodes() 589 delay((m & FFDLY)/FF1, "ff"); in pramodes()
|
/titanic_44/usr/src/ucbcmd/tset/ |
H A D | tset.delays.h | 90 int FFbits = FFDLY;
|
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 | 336 #ifdef FFDLY 337 { "ff0", BITS, O_FLAG, IG|SS, FFDLY, FF0 }, 338 { "ff1", BITS, O_FLAG, US, FFDLY, FF1 }, 862 #ifdef FFDLY in infof() 863 listmask(sp,FFDLY,"Form feed delay style"); in infof()
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 158 #define FFDLY 0x00008000 macro
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 158 #define FFDLY 0x00008000 macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | termios.h | 247 #define FFDLY 0100000 macro
|
/titanic_44/usr/src/cmd/tput/ |
H A D | tput.c | 371 static int FFbits = FFDLY;
|
/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 | ttcompat.c | 1277 termiosp->c_oflag |= FFDLY; in from_compat() 1422 if (termiosp->c_oflag & FFDLY) in to_compat()
|