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

12

/macosx-10.9.5/emacs-92/emacs/mac/inc/
H A Dtermio.h55 #define TAB3 0x4 /* expand tab to spaces */ macro
/macosx-10.9.5/emacs-92/emacs/src/s/
H A Dbsd386.h46 /* System uses OXTABS instead of the expected TAB3.
49 #define TAB3 OXTABS macro
H A Dgnu.h47 /* XXX emacs should not expect TAB3 to be defined. */
49 #define TAB3 OXTABS macro
H A Ddarwin.h223 /* System uses OXTABS instead of the expected TAB3. (Copied from
225 #define TAB3 OXTABS macro
H A Dfreebsd.h136 /* freebsd uses OXTABS instead of the expected TAB3. */
138 #define TAB3 OXTABS macro
H A Dnetbsd.h44 /* netbsd uses OXTABS instead of the expected TAB3. */
46 #define TAB3 OXTABS macro
/macosx-10.9.5/emacs-92/emacs/src/
H A Dsystty.h373 #define EMACS_TTY_TABS_OK(p) (((p)->main.c_oflag & TABDLY) != TAB3)
381 #define EMACS_TTY_TABS_OK(p) (((p)->main.c_oflag & TABDLY) != TAB3)
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dtty.h78 # ifndef TAB3
80 # define TAB3 OXTABS macro
82 # define TAB3 0 macro
84 # endif /* !TAB3 */
H A Dtty.c451 #define tty__gettabs(td) ((((td)->c_oflag & TAB3) == TAB3) ? 0 : 1)
/macosx-10.9.5/libedit-39/src/
H A Dtty.h78 # ifndef TAB3
80 # define TAB3 OXTABS macro
82 # define TAB3 0 macro
84 # endif /* !TAB3 */
H A Dtty.c452 #define tty__gettabs(td) ((((td)->c_oflag & TAB3) == TAB3) ? 0 : 1)
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dtty.h78 # ifndef TAB3
80 # define TAB3 OXTABS macro
82 # define TAB3 0 macro
84 # endif /* !TAB3 */
/macosx-10.9.5/tcsh-65/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.c1055 return ((td->d_t.c_oflag & TAB3) == TAB3) ? 0 : 1;
/macosx-10.9.5/adv_cmds-153/stty/
H A Dmodes.c252 { "tab3", TAB3, 0 },
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dtermios.h183 #define TAB3 0x00000004 macro
/macosx-10.9.5/screen-22/screen/
H A Dtty.c230 #if defined(TAB3)
231 m->tio.c_oflag |= TAB3;
232 #endif /* TAB3 */
429 #if defined(TAB3)
430 m->tio.c_oflag |= TAB3;
431 #endif /* TAB3 */
H A Dtty.c.dist230 #if defined(TAB3)
231 m->tio.c_oflag |= TAB3;
232 #endif /* TAB3 */
429 #if defined(TAB3)
430 m->tio.c_oflag |= TAB3;
431 #endif /* TAB3 */
/macosx-10.9.5/Heimdal-323.92.1/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;
/macosx-10.9.5/ncurses-42/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);
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dstty.c318 { "tabs", TABS, O_FLAG, IG, TABDLY, TAB3, C("Preserve (expand to spaces) tabs") },
328 { "tab3", BITS, O_FLAG, US, TABDLY, TAB3 },
/macosx-10.9.5/remote_cmds-41.90.1/telnetd.tproj/
H A Dsys_term.c732 return ((termbuf.c_oflag & TABDLY) == TAB3);
752 termbuf.c_oflag |= TAB3;
/macosx-10.9.5/less-23/less/
H A Dscreen.c386 #ifdef TAB3
387 | TAB3
492 s.c_oflag |= (OPOST|ONLCR|TAB3);
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dsys_bsd.c412 tmp_tc.c_oflag |= TAB3;
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dsys_bsd.c527 tmp_tc.c_oflag |= TAB3;

Completed in 172 milliseconds

12