Searched refs:TAB3 (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.3-release/contrib/top/
H A Dscreen.c40 # ifndef TAB3
42 # define TAB3 OXTABS macro
44 # define TAB3 0 macro
281 new_settings.c_oflag &= ~(TAB3);
305 new_settings.c_oflag &= ~(TAB3);
/freebsd-10.3-release/bin/stty/
H A Dmodes.c195 { "-tabs", TAB3, TABDLY },
196 { "oxtabs", TAB3, TABDLY },
199 { "tab3", TAB3, TABDLY },
H A Dprint.c143 case TAB3:
/freebsd-10.3-release/include/
H A Dtermios.h46 #define OXTABS TAB3
/freebsd-10.3-release/contrib/tcsh/
H A Ded.term.h66 # ifndef TAB3
68 # define TAB3 OXTABS macro
70 # define TAB3 0 macro
72 # endif /* !TAB3 */
H A Ded.term.c1056 return ((td->d_t.c_oflag & TAB3) == TAB3) ? 0 : 1;
/freebsd-10.3-release/lib/libedit/
H A Dtty.h77 # ifndef TAB3
79 # define TAB3 OXTABS macro
81 # define TAB3 0 macro
83 # endif /* !TAB3 */
H A Dtty.c446 #define tty__gettabs(td) ((((td)->c_oflag & TAB3) == TAB3) ? 0 : 1)
/freebsd-10.3-release/usr.bin/tset/
H A Dset.c246 #ifdef TAB3
247 if (oldmode.c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) {
248 oldmode.c_oflag &= (TAB3 | ONLCR | OCRNL | ONLRET);
/freebsd-10.3-release/sys/sys/
H A D_termios.h107 #define TAB3 0x00000004 /* expand tabs to spaces */ macro
/freebsd-10.3-release/sys/kern/
H A Dtty_compat.c315 if (oflag&TAB3)
350 oflag |= TAB3;
352 oflag &= ~TAB3;
H A Dtty_ttydisc.c395 if (CMP_FLAG(o, TAB3)) {
451 * is because output processing (only TAB3 though) may allow the buffer
H A Dtty.c88 #define TTYSUP_OFLAG (OPOST|ONLCR|TAB3|ONOEOT|OCRNL|ONOCR|ONLRET)
/freebsd-10.3-release/contrib/ncurses/progs/
H A Dtset.c984 #ifdef TAB3
985 if (oldmode.c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) {
986 oldmode.c_oflag &= (TAB3 | ONLCR | OCRNL | ONLRET);
/freebsd-10.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c593 return ((termbuf.c_oflag & TABDLY) == TAB3);
606 termbuf.c_oflag |= TAB3;
908 termbuf.c_oflag = OPOST|ONLCR|TAB3;
/freebsd-10.3-release/contrib/telnet/telnetd/
H A Dsys_term.c662 return ((termbuf.c_oflag & TABDLY) == TAB3);
682 termbuf.c_oflag |= TAB3;
/freebsd-10.3-release/sys/i386/ibcs2/
H A Dibcs2_ioctl.c144 if (l & IBCS2_TAB3) r |= TAB3;
238 if (l & TAB3) r |= IBCS2_TAB3;
/freebsd-10.3-release/contrib/less/
H A Dscreen.c381 #ifdef TAB3
382 | TAB3
487 s.c_oflag |= (OPOST|ONLCR|TAB3);
/freebsd-10.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c412 tmp_tc.c_oflag |= TAB3;
/freebsd-10.3-release/contrib/telnet/telnet/
H A Dsys_bsd.c528 tmp_tc.c_oflag |= TAB3;
/freebsd-10.3-release/sys/compat/linux/
H A Dlinux_ioctl.c435 if (bios->c_oflag & TAB3)
577 bios->c_oflag |= TAB3;

Completed in 279 milliseconds