Searched refs:OXTABS (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.9.5/Heimdal-323.92.1/appl/login/
H A Dstty_default.c49 #ifndef OXTABS
50 #define OXTABS XTABS macro
90 termios.c_oflag &= ~OXTABS;
/macosx-10.9.5/emacs-92/emacs/src/s/
H A Dbsd386.h46 /* System uses OXTABS instead of the expected TAB3.
48 #define TABDLY OXTABS
49 #define TAB3 OXTABS
H A Dgnu.h48 #define TABDLY OXTABS
49 #define TAB3 OXTABS
H A Dfreebsd.h136 /* freebsd uses OXTABS instead of the expected TAB3. */
137 #define TABDLY OXTABS
138 #define TAB3 OXTABS
H A Dnetbsd.h44 /* netbsd uses OXTABS instead of the expected TAB3. */
45 #define TABDLY OXTABS
46 #define TAB3 OXTABS
H A Ddarwin.h223 /* System uses OXTABS instead of the expected TAB3. (Copied from
225 #define TAB3 OXTABS
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dtty.h79 # ifdef OXTABS
80 # define TAB3 OXTABS
83 # endif /* OXTABS */
86 # if defined(OXTABS) && !defined(XTABS)
87 # define XTABS OXTABS
88 # endif /* OXTABS && !XTABS */
/macosx-10.9.5/adv_cmds-153/stty/
H A Dmodes.c208 { "tabs", 0, OXTABS }, /* "preserve" tabs */
209 { "-tabs", OXTABS, 0 },
210 { "oxtabs", OXTABS, 0 },
211 { "-oxtabs", 0, OXTABS },
H A Dprint.c156 put("-oxtabs", OXTABS, 1);
157 put("-onocr", OXTABS, 0);
158 put("-onlret", OXTABS, 0);
/macosx-10.9.5/libedit-39/src/
H A Dtty.h79 # ifdef OXTABS
80 # define TAB3 OXTABS
83 # endif /* OXTABS */
86 # if defined(OXTABS) && !defined(XTABS)
87 # define XTABS OXTABS
88 # endif /* OXTABS && !XTABS */
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dtty.h79 # ifdef OXTABS
80 # define TAB3 OXTABS
83 # endif /* OXTABS */
86 # if defined(OXTABS) && !defined(XTABS)
87 # define XTABS OXTABS
88 # endif /* OXTABS && !XTABS */
/macosx-10.9.5/tcsh-65/tcsh/
H A Ded.term.h67 # ifdef OXTABS
68 # define TAB3 OXTABS
71 # endif /* OXTABS */
74 # if defined(OXTABS) && !defined(XTABS)
75 # define XTABS OXTABS
76 # endif /* OXTABS && !XTABS */
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnetd/
H A Dsys_term.c589 # ifdef OXTABS
590 return (termbuf.c_oflag & OXTABS);
601 # ifdef OXTABS
602 termbuf.c_oflag |= OXTABS;
609 # ifdef OXTABS
610 termbuf.c_oflag &= ~OXTABS;
920 # ifndef OXTABS
921 # define OXTABS 0 macro
924 termbuf.c_oflag |= ONLCR|OXTABS;
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dtty_compat.c559 if (oflag&OXTABS)
606 oflag |= OXTABS;
608 oflag &= ~OXTABS;
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dsys_bsd.c407 # ifdef OXTABS
408 tmp_tc.c_oflag |= OXTABS;
415 # ifdef OXTABS
416 tmp_tc.c_oflag &= ~OXTABS;
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dsys_bsd.c522 # ifdef OXTABS
523 tmp_tc.c_oflag |= OXTABS;
534 # ifdef OXTABS
535 tmp_tc.c_oflag &= ~OXTABS;
/macosx-10.9.5/remote_cmds-41.90.1/telnetd.tproj/
H A Dsys_term.c728 # ifdef OXTABS
729 return (termbuf.c_oflag & OXTABS);
747 # ifdef OXTABS
748 termbuf.c_oflag |= OXTABS;
755 # ifdef OXTABS
756 termbuf.c_oflag &= ~OXTABS;
/macosx-10.9.5/system_cmds-597.90.1/getty.tproj/
H A Dsubr.c361 SET(oflag, OXTABS|OPOST);
363 CLR(oflag, OXTABS);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/getty.tproj/
H A Dsubr.c361 SET(oflag, OXTABS|OPOST);
363 CLR(oflag, OXTABS);
/macosx-10.9.5/ncurses-42/ncurses/progs/
H A Dtset.c947 #ifdef OXTABS
948 mode.c_oflag |= OXTABS;
949 #endif /* OXTABS */
963 #ifdef OXTABS
966 mode.c_oflag &= ~OXTABS;
967 #endif /* OXTABS */
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dtermios.h142 #define OXTABS 0x00000004 /* expand tabs to spaces */ macro
182 /* not in sys/ioctl_compat.h, use OXTABS value */
/macosx-10.9.5/screen-22/screen/
H A Dtty.c233 #if defined(OXTABS)
234 m->tio.c_oflag |= OXTABS;
235 #endif /* OXTABS */
/macosx-10.9.5/zsh-60/zsh/Src/Zle/
H A Dzle_main.c274 # ifdef OXTABS
275 ti.tio.c_oflag &= ~OXTABS;
/macosx-10.9.5/less-23/less/
H A Dscreen.c383 #ifdef OXTABS
384 | OXTABS
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dzsh.h2178 # ifdef OXTABS
2179 #define SGTABTYPE OXTABS

Completed in 140 milliseconds

12