Home
last modified time | relevance | path

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

/freebsd/bin/stty/
H A Dmodes.c189 { "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 Dprint.c132 switch(tmp&TABDLY) { in print()
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c410 # 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 Dreset_cmd.c254 #ifndef TABDLY
255 #define TABDLY 0 macro
340 | TABDLY in reset_tty_settings()
/freebsd/contrib/telnet/telnet/
H A Dsys_bsd.c520 # 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 Dsys_term.c592 # 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.h109 #define TABDLY 0x00000004 /* tab delay mask */ macro
/freebsd/contrib/tcsh/
H A Ded.term.c174 # ifdef TABDLY
175 { "tabdly", TABDLY, M_OUTPUT },
/freebsd/contrib/libedit/
H A Dtty.c242 #ifdef TABDLY
243 {"tabdly", TABDLY, MD_OUT},