Home
last modified time | relevance | path

Searched refs:TAB1 (Results 1 – 22 of 22) sorted by relevance

/titanic_50/usr/src/cmd/bnu/
H A Dsetmode.c238 "tab1", TAB1, TABDLY,
270 "37", (FF1|VT1|CR2|TAB1|NL1), (NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY),
271 "tty37", (FF1|VT1|CR2|TAB1|NL1), (NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY),
/titanic_50/usr/src/ucbcmd/tset/
H A Dtset.delays.h81 11, TAB1, /* special M37 delay */
/titanic_50/usr/src/head/
H A Dsgtty.h67 #define TAB1 002000 macro
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dioctl.h41 #define TAB1 O_TAB1 macro
H A Dtermios.h148 #define TAB1 0x00000800 macro
/titanic_50/usr/src/cmd/ttymon/
H A Dsttytable.c270 "tab1", TAB1, TABDLY,
291 "tty37", (FF1|VT1|CR2|TAB1|NL1), (NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY),
H A Dstty.c405 delay((m&TABDLY)/TAB1, "tab"); in prmodes()
635 delay((m&TABDLY)/TAB1, "tab"); in pramodes()
/titanic_50/usr/src/uts/common/sys/
H A Dioctl.h103 #define TAB1 O_TAB1 macro
H A Dtermios.h232 #define TAB1 0004000 macro
/titanic_50/usr/src/ucbhead/sys/
H A Dioctl.h100 #define TAB1 O_TAB1 macro
/titanic_50/usr/src/ucbcmd/stty/
H A Dsttytable.c276 "tab1", TAB1, TABDLY,
298 "tty37", (FF1|VT1|CR2|TAB1|NL1), (NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY),
H A Dstty.c357 delay((m & TABDLY)/TAB1, "tab"); in prmodes()
586 delay((m & TABDLY)/TAB1, "tab"); in pramodes()
/titanic_50/usr/src/head/rpcsvc/
H A Drex.x113 const TAB1 = 0x00000400; /* tty 37 */ variable
/titanic_50/usr/src/cmd/rexd/
H A Drex.x107 const TAB1 = 0x00000400; /* tty 37 */ variable
/titanic_50/usr/src/lib/libbc/inc/include/
H A Dtermios.h148 #define TAB1 0x00000800 macro
/titanic_50/usr/src/cmd/tput/
H A Dtput.c363 11, TAB1, /* special M37 delay */
410 11, TAB1, /* special M37 delay */
/titanic_50/usr/src/cmd/vi/misc/
H A Ddel.h.cb92 11, TAB1, /* special M37 delay */
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c344 PTERMIOS(_prog)->c_oflag &= ~(TAB1|TAB2|TAB3); in newterm()
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewterm.c349 cur_term->_prog.c_oflag &= ~(TAB1|TAB2|TAB3);
/titanic_50/usr/src/lib/libcmd/common/
H A Dstty.c320 #ifdef TAB1
321 { "tab1", BITS, O_FLAG, US, TABDLY, TAB1 },
/titanic_50/usr/src/uts/common/io/
H A Dttcompat.c1265 termiosp->c_oflag |= TAB1; in from_compat()
1410 case TAB1: in to_compat()
H A Dldterm.c3850 case TAB1: in ldterm_output_msg()