Home
last modified time | relevance | path

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

/freebsd/bin/stty/
H A Dmodes.c189 { "tabs", TAB0, TABDLY }, /* "preserve" tabs */
192 { "-oxtabs", TAB0, TABDLY },
193 { "tab0", TAB0, TABDLY },
H A Dprint.c133 case TAB0: in print()
/freebsd/include/rpcsvc/
H A Drex.x110 const TAB0 = 0x00000000; variable
/freebsd/sys/sys/
H A Dioctl_compat.h96 #define TAB0 0x00000000 macro
H A D_termios.h110 #define TAB0 0x00000000 /* no tab delay and expansion */ macro
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c614 termbuf.c_oflag |= TAB0; in tty_setsofttab()