/titanic_41/usr/src/cmd/bnu/ |
H A D | setmode.c | 236 "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 D | sttytable.c | 268 "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 D | stty.c | 405 delay((m&TABDLY)/TAB1, "tab"); in prmodes() 635 delay((m&TABDLY)/TAB1, "tab"); in pramodes()
|
/titanic_41/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 274 "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 D | stty.c | 354 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 D | stty.c | 315 #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 D | tset.delays.h | 77 int TBbits = TABDLY;
|
H A D | tset.c | 520 NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY); in main()
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 146 #define TABDLY 0x00001800 macro
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 146 #define TABDLY 0x00001800 macro
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | sys_bsd.c | 433 tmp_tc.c_oflag &= ~TABDLY; 440 tmp_tc.c_oflag &= ~TABDLY;
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | setupterm.c | 655 if ((PROGTTYS.c_oflag & TABDLY) == TAB3) { in setupterm() 656 PROGTTYS.c_oflag &= ~TABDLY; in setupterm()
|
/titanic_41/usr/src/cmd/vi/port/ |
H A D | ex_tty.c | 65 if ((tty.c_oflag & TABDLY) == TAB3 || teleray_glitch) in gettmode()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | termios.h | 230 #define TABDLY 0014000 macro
|
/titanic_41/usr/src/cmd/tput/ |
H A D | tput.c | 359 static int TBbits = TABDLY;
|
/titanic_41/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 360 NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY)
|
/titanic_41/usr/src/ucbcmd/ls/ |
H A D | ls.c | 112 if ((trbuf.c_oflag & TABDLY) != TAB3) in main()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | ldterm.c | 3814 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 D | ttcompat.c | 1408 switch (termiosp->c_oflag & TABDLY) { in to_compat()
|