Home
last modified time | relevance | path

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

/dragonfly/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 },
/dragonfly/libexec/telnetd/
H A Dsys_term.c663 # ifdef TABDLY in tty_issofttab()
664 return ((termbuf.c_oflag & TABDLY) == TAB3); in tty_issofttab()
682 # ifdef TABDLY in tty_setsofttab()
683 termbuf.c_oflag &= ~TABDLY; in tty_setsofttab()
690 # ifdef TABDLY in tty_setsofttab()
691 termbuf.c_oflag &= ~TABDLY; in tty_setsofttab()
/dragonfly/usr.bin/telnet/
H A Dsys_bsd.c518 # ifdef TABDLY in TerminalNewMode()
519 tmp_tc.c_oflag &= ~TABDLY; in TerminalNewMode()
530 # ifdef TABDLY in TerminalNewMode()
531 tmp_tc.c_oflag &= ~TABDLY; in TerminalNewMode()
/dragonfly/sys/sys/
H A D_termios.h107 #define TABDLY 0x00000004 /* tab delay mask */ macro
/dragonfly/contrib/ncurses/progs/
H A Dreset_cmd.c279 #ifdef TABDLY in reset_tty_settings()
280 | TABDLY in reset_tty_settings()
/dragonfly/usr.bin/tset/
H A Dset.c111 | NLDLY | CRDLY | TABDLY | BSDLY | VTDLY | FFDLY in reset_mode()
/dragonfly/contrib/tcsh-6/
H A Ded.term.c175 # ifdef TABDLY
176 { "tabdly", TABDLY, M_OUTPUT },
/dragonfly/contrib/libedit/src/
H A Dtty.c242 #ifdef TABDLY
243 {"tabdly", TABDLY, MD_OUT},