Home
last modified time | relevance | path

Searched refs:TABDLY (Results 1 – 19 of 19) sorted by relevance

/titanic_41/usr/src/cmd/bnu/
H A Dsetmode.c236 "tab0", TAB0, TABDLY,
237 "tabs", TAB0, TABDLY,
238 "tab1", TAB1, TABDLY,
239 "tab2", TAB2, TABDLY,
240 "-tabs", XTABS, TABDLY,
241 "tab3", XTABS, TABDLY,
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),
[all …]
/titanic_41/usr/src/cmd/ttymon/
H A Dsttytable.c268 "tab0", TAB0, TABDLY,
269 "tabs", TAB0, TABDLY,
270 "tab1", TAB1, TABDLY,
271 "tab2", TAB2, TABDLY,
272 "tab3", TAB3, TABDLY,
273 "-tabs", TAB3, TABDLY,
274 "tab8", TAB3, TABDLY,
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),
[all …]
H A Dstty.c405 delay((m&TABDLY)/TAB1, "tab"); in prmodes()
635 delay((m&TABDLY)/TAB1, "tab"); in pramodes()
/titanic_41/usr/src/ucbcmd/stty/
H A Dsttytable.c274 "tab0", TAB0, TABDLY,
275 "tabs", TAB0, TABDLY,
276 "tab1", TAB1, TABDLY,
277 "tab2", TAB2, TABDLY,
278 "tab3", TAB3, TABDLY,
279 "-tabs", TAB3, TABDLY,
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),
[all …]
H A Dstty.c354 if ((m & TABDLY) == XTABS) in prmodes()
357 delay((m & TABDLY)/TAB1, "tab"); in prmodes()
583 if ((m & TABDLY) == XTABS) in pramodes()
586 delay((m & TABDLY)/TAB1, "tab"); in pramodes()
/titanic_41/usr/src/lib/libcmd/common/
H A Dstty.c315 #ifdef TABDLY
316 { "tabs", TABS, O_FLAG, IG, TABDLY, TAB3, C("Preserve (expand to spaces) tabs") },
318 { "tab0", BITS, O_FLAG, IG|SS, TABDLY, TAB0 },
321 { "tab1", BITS, O_FLAG, US, TABDLY, TAB1 },
324 { "tab2", BITS, O_FLAG, US, TABDLY, TAB2 },
326 { "tab3", BITS, O_FLAG, US, TABDLY, TAB3 },
856 #ifdef TABDLY in infof()
857 listmask(sp,TABDLY,"Horizontal tab delay style"); in infof()
/titanic_41/usr/src/ucbcmd/tset/
H A Dtset.delays.h77 int TBbits = TABDLY;
H A Dtset.c520 NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY); in main()
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h146 #define TABDLY 0x00001800 macro
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dtermios.h146 #define TABDLY 0x00001800 macro
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c433 tmp_tc.c_oflag &= ~TABDLY;
440 tmp_tc.c_oflag &= ~TABDLY;
/titanic_41/usr/src/lib/libcurses/screen/
H A Dsetupterm.c655 if ((PROGTTYS.c_oflag & TABDLY) == TAB3) { in setupterm()
656 PROGTTYS.c_oflag &= ~TABDLY; in setupterm()
/titanic_41/usr/src/cmd/vi/port/
H A Dex_tty.c65 if ((tty.c_oflag & TABDLY) == TAB3 || teleray_glitch) in gettmode()
/titanic_41/usr/src/uts/common/sys/
H A Dtermios.h230 #define TABDLY 0014000 macro
/titanic_41/usr/src/cmd/tput/
H A Dtput.c359 static int TBbits = TABDLY;
/titanic_41/usr/src/cmd/sulogin/
H A Dsulogin.c360 NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY)
/titanic_41/usr/src/ucbcmd/ls/
H A Dls.c112 if ((trbuf.c_oflag & TABDLY) != TAB3) in main()
/titanic_41/usr/src/uts/common/io/
H A Dldterm.c3814 if ((tp->t_modes.c_oflag & TABDLY) == XTABS) { in ldterm_output_msg()
3841 TABDLY) in ldterm_output_msg()
3845 TABDLY) { in ldterm_output_msg()
H A Dttcompat.c1408 switch (termiosp->c_oflag & TABDLY) { in to_compat()