Home
last modified time | relevance | path

Searched refs:TAB0 (Results 1 – 4 of 4) sorted by relevance

/dragonfly/bin/stty/
H A Dmodes.c189 { "tabs", TAB0, TABDLY }, /* "preserve" tabs */
192 { "-oxtabs", TAB0, TABDLY },
193 { "tab0", TAB0, TABDLY },
/dragonfly/include/rpcsvc/
H A Drex.x112 const TAB0 = 0x00000000; variable
/dragonfly/sys/sys/
H A D_termios.h108 #define TAB0 0x00000000 /* no tab delay and expansion */ macro
/dragonfly/libexec/telnetd/
H A Dsys_term.c692 termbuf.c_oflag |= TAB0; in tty_setsofttab()