Home
last modified time | relevance | path

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

/freebsd/bin/stty/
H A Dmodes.c191 { "tabs", TAB0, TABDLY }, /* "preserve" tabs */
194 { "-oxtabs", TAB0, TABDLY },
195 { "tab0", TAB0, TABDLY },
H A Dprint.c135 case TAB0: in print()
/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/linux/
H A Dtermios-macros.h53 #define TAB0 0000000 // Horizontal-tab delay type 0 macro
/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()