Home
last modified time | relevance | path

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

/freebsd/bin/stty/
H A Dmodes.c190 { "-tabs", TAB3, TABDLY },
191 { "oxtabs", TAB3, TABDLY },
194 { "tab3", TAB3, TABDLY },
H A Dprint.c136 case TAB3: in print()
/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.c251 #ifndef TAB3
252 #define TAB3 0 macro
530 #if TAB3 in send_init_strings()
532 old_settings->c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) { in send_init_strings()
533 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.c91 #define TTYSUP_OFLAG (OPOST|ONLCR|TAB3|ONOEOT|OCRNL|ONOCR|ONLRET)
/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/less/
H A Dscreen.c330 #ifdef TAB3 in set_termio_flags()
331 | TAB3 in set_termio_flags()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h1602 #ifdef TAB3
1603 # define OFLAGS_TABS TAB3 /* POSIX specifies TAB3 */
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos4212-tab3.dtsi305 model = "TAB3";
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c432 if (bios->c_oflag & TAB3) in bsd_to_linux_termios()
552 bios->c_oflag |= TAB3; in linux_to_bsd_termios()