Home
last modified time | relevance | path

Searched refs:TAB3 (Results 1 – 20 of 20) sorted by relevance

/freebsd/bin/stty/
H A Dmodes.c192 { "-tabs", TAB3, TABDLY },
193 { "oxtabs", TAB3, TABDLY },
196 { "tab3", TAB3, TABDLY },
H A Dprint.c138 case TAB3: in print()
/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.c251 #ifndef TAB3
252 #define TAB3 0 macro
554 #if TAB3 in send_init_strings()
556 old_settings->c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) { in send_init_strings()
557 old_settings->c_oflag &= (TAB3 | ONLCR | OCRNL | ONLRET); in send_init_strings()
/freebsd/contrib/libedit/
H A Dtty.h76 # ifndef TAB3
78 # define TAB3 OXTABS macro
80 # define TAB3 0 macro
H A Dtty.c455 #define tty__gettabs(td) ((((td)->c_oflag & TAB3) == TAB3) ? 0 : 1)
/freebsd/contrib/tcsh/
H A Ded.term.h65 # ifndef TAB3
67 # define TAB3 OXTABS macro
69 # define TAB3 0 macro
H A Ded.term.c1053 return ((td->d_t.c_oflag & TAB3) == TAB3) ? 0 : 1; in tty_gettabs()
/freebsd/include/
H A Dtermios.h48 #define OXTABS TAB3
/freebsd/sys/kern/
H A Dtty_compat.c313 if (oflag&TAB3) in ttcompatgetflags()
348 oflag |= TAB3; in ttcompatsetflags()
350 oflag &= ~TAB3; in ttcompatsetflags()
H A Dtty_ttydisc.c478 if (CMP_FLAG(o, TAB3)) { in ttydisc_write_oproc()
H A Dtty.c90 #define TTYSUP_OFLAG (OPOST|ONLCR|TAB3|ONOEOT|OCRNL|ONOCR|ONLRET)
/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/linux/
H A Dtermios-macros.h56 #define TAB3 0014000 // Expand tabs to spaces macro
/freebsd/sys/sys/
H A D_termios.h111 #define TAB3 0x00000004 /* expand tabs to spaces */ macro
/freebsd/usr.bin/top/
H A Dscreen.c191 new_settings.c_oflag &= ~(TAB3); in init_screen()
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c593 return ((termbuf.c_oflag & TABDLY) == TAB3); in tty_issofttab()
606 termbuf.c_oflag |= TAB3; in tty_setsofttab()
908 termbuf.c_oflag = OPOST|ONLCR|TAB3; in getptyslave()
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c412 tmp_tc.c_oflag |= TAB3; in TerminalNewMode()
/freebsd/contrib/telnet/telnet/
H A Dsys_bsd.c522 tmp_tc.c_oflag |= TAB3; in TerminalNewMode()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h1679 #ifdef TAB3
1680 # define OFLAGS_TABS TAB3 /* POSIX specifies TAB3 */
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos4212-tab3.dtsi314 model = "TAB3";
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c460 if (bios->c_oflag & TAB3) in bsd_to_linux_termios()
588 bios->c_oflag |= TAB3; in linux_to_bsd_termios()