Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bnu/
H A Dsetmode.c242 "ff0", FF0, FFDLY,
243 "ff1", FF1, FFDLY,
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),
264 "ti700", 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),
[all …]
/illumos-gate/usr/src/cmd/ttymon/
H A Dsttytable.c285 "ff0", FF0, FFDLY,
286 "ff1", FF1, FFDLY,
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.c413 delay((m&FFDLY)/FF1, "ff"); in prmodes()
645 delay((m&FFDLY)/FF1, "ff"); in pramodes()
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttytable.c290 "ff0", FF0, FFDLY,
291 "ff1", FF1, FFDLY,
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.c361 delay((m & FFDLY)/FF1, "ff"); in prmodes()
590 delay((m & FFDLY)/FF1, "ff"); in pramodes()
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.delays.h90 int FFbits = FFDLY;
H A Dtset.c524 NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY); in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c338 #ifdef FFDLY
339 { "ff0", BITS, O_FLAG, IG|SS, FFDLY, FF0 },
340 { "ff1", BITS, O_FLAG, US, FFDLY, FF1 },
864 #ifdef FFDLY in infof()
865 listmask(sp,FFDLY,"Form feed delay style"); in infof()
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h249 #define FFDLY 0100000 macro
/illumos-gate/usr/src/cmd/tput/
H A Dtput.c379 static int FFbits = FFDLY;
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c1179 termiosp->c_oflag |= FFDLY; in from_compat()
1324 if (termiosp->c_oflag & FFDLY) in to_compat()
/illumos-gate/usr/src/cmd/sulogin/
H A Dsulogin.c361 NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY)