Searched refs:TAB3 (Results 1 – 20 of 20) sorted by relevance
| /freebsd/bin/stty/ |
| H A D | modes.c | 192 { "-tabs", TAB3, TABDLY }, 193 { "oxtabs", TAB3, TABDLY }, 196 { "tab3", TAB3, TABDLY },
|
| H A D | print.c | 138 case TAB3: in print()
|
| /freebsd/contrib/ncurses/progs/ |
| H A D | reset_cmd.c | 251 #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 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 | 90 #define TTYSUP_OFLAG (OPOST|ONLCR|TAB3|ONOEOT|OCRNL|ONOCR|ONLRET)
|
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/linux/ |
| H A D | termios-macros.h | 56 #define TAB3 0014000 // Expand tabs to spaces macro
|
| /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/ncurses/ncurses/ |
| H A D | curses.priv.h | 1679 #ifdef TAB3 1680 # define OFLAGS_TABS TAB3 /* POSIX specifies TAB3 */
|
| /freebsd/sys/contrib/device-tree/src/arm/samsung/ |
| H A D | exynos4212-tab3.dtsi | 314 model = "TAB3";
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_ioctl.c | 460 if (bios->c_oflag & TAB3) in bsd_to_linux_termios() 588 bios->c_oflag |= TAB3; in linux_to_bsd_termios()
|