Searched refs:TAB3 (Results 1 – 20 of 20) sorted by relevance
/freebsd/bin/stty/ |
H A D | modes.c | 190 { "-tabs", TAB3, TABDLY }, 191 { "oxtabs", TAB3, TABDLY }, 194 { "tab3", TAB3, TABDLY },
|
H A D | print.c | 136 case TAB3: in print()
|
/freebsd/contrib/ncurses/progs/ |
H A D | reset_cmd.c | 251 #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 D | tty.h | 76 # ifndef TAB3 78 # define TAB3 OXTABS macro 80 # define TAB3 0 macro
|
H A D | tty.c | 455 #define tty__gettabs(td) ((((td)->c_oflag & TAB3) == TAB3) ? 0 : 1)
|
/freebsd/contrib/tcsh/ |
H A D | ed.term.h | 65 # ifndef TAB3 67 # define TAB3 OXTABS macro 69 # define TAB3 0 macro
|
H A D | ed.term.c | 1053 return ((td->d_t.c_oflag & TAB3) == TAB3) ? 0 : 1; in tty_gettabs()
|
/freebsd/include/ |
H A D | termios.h | 48 #define OXTABS TAB3
|
/freebsd/sys/kern/ |
H A D | tty_compat.c | 313 if (oflag&TAB3) in ttcompatgetflags() 348 oflag |= TAB3; in ttcompatsetflags() 350 oflag &= ~TAB3; in ttcompatsetflags()
|
H A D | tty_ttydisc.c | 478 if (CMP_FLAG(o, TAB3)) { in ttydisc_write_oproc()
|
H A D | tty.c | 91 #define TTYSUP_OFLAG (OPOST|ONLCR|TAB3|ONOEOT|OCRNL|ONOCR|ONLRET)
|
/freebsd/sys/sys/ |
H A D | _termios.h | 111 #define TAB3 0x00000004 /* expand tabs to spaces */ macro
|
/freebsd/usr.bin/top/ |
H A D | screen.c | 191 new_settings.c_oflag &= ~(TAB3); in init_screen()
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | sys_term.c | 593 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 D | sys_bsd.c | 412 tmp_tc.c_oflag |= TAB3; in TerminalNewMode()
|
/freebsd/contrib/telnet/telnet/ |
H A D | sys_bsd.c | 522 tmp_tc.c_oflag |= TAB3; in TerminalNewMode()
|
/freebsd/contrib/less/ |
H A D | screen.c | 330 #ifdef TAB3 in set_termio_flags() 331 | TAB3 in set_termio_flags()
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | curses.priv.h | 1602 #ifdef TAB3 1603 # define OFLAGS_TABS TAB3 /* POSIX specifies TAB3 */
|
/freebsd/sys/contrib/device-tree/src/arm/samsung/ |
H A D | exynos4212-tab3.dtsi | 305 model = "TAB3";
|
/freebsd/sys/compat/linux/ |
H A D | linux_ioctl.c | 432 if (bios->c_oflag & TAB3) in bsd_to_linux_termios() 552 bios->c_oflag |= TAB3; in linux_to_bsd_termios()
|