Searched refs:TABDLY (Results 1 – 9 of 9) sorted by relevance
/freebsd/bin/stty/ |
H A D | modes.c | 189 { "tabs", TAB0, TABDLY }, /* "preserve" tabs */ 190 { "-tabs", TAB3, TABDLY }, 191 { "oxtabs", TAB3, TABDLY }, 192 { "-oxtabs", TAB0, TABDLY }, 193 { "tab0", TAB0, TABDLY }, 194 { "tab3", TAB3, TABDLY },
|
H A D | print.c | 132 switch(tmp&TABDLY) { in print()
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | sys_bsd.c | 410 # ifdef TABDLY in TerminalNewMode() 411 tmp_tc.c_oflag &= ~TABDLY; in TerminalNewMode() 418 # ifdef TABDLY in TerminalNewMode() 419 tmp_tc.c_oflag &= ~TABDLY; in TerminalNewMode()
|
/freebsd/contrib/ncurses/progs/ |
H A D | reset_cmd.c | 254 #ifndef TABDLY 255 #define TABDLY 0 macro 340 | TABDLY in reset_tty_settings()
|
/freebsd/contrib/telnet/telnet/ |
H A D | sys_bsd.c | 520 # ifdef TABDLY in TerminalNewMode() 521 tmp_tc.c_oflag &= ~TABDLY; in TerminalNewMode() 532 # ifdef TABDLY in TerminalNewMode() 533 tmp_tc.c_oflag &= ~TABDLY; in TerminalNewMode()
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | sys_term.c | 592 # ifdef TABDLY in tty_issofttab() 593 return ((termbuf.c_oflag & TABDLY) == TAB3); in tty_issofttab() 604 # ifdef TABDLY in tty_setsofttab() 605 termbuf.c_oflag &= ~TABDLY; in tty_setsofttab() 612 # ifdef TABDLY in tty_setsofttab() 613 termbuf.c_oflag &= ~TABDLY; in tty_setsofttab()
|
/freebsd/sys/sys/ |
H A D | _termios.h | 109 #define TABDLY 0x00000004 /* tab delay mask */ macro
|
/freebsd/contrib/tcsh/ |
H A D | ed.term.c | 174 # ifdef TABDLY 175 { "tabdly", TABDLY, M_OUTPUT },
|
/freebsd/contrib/libedit/ |
H A D | tty.c | 242 #ifdef TABDLY 243 {"tabdly", TABDLY, MD_OUT},
|