Searched refs:TABDLY (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/mac/inc/
H A Dtermio.h54 #define TABDLY 0x2 /* horizontal tab delays */ macro
/macosx-10.9.5/emacs-92/emacs/src/s/
H A Dbsd386.h48 #define TABDLY OXTABS macro
H A Dgnu.h48 #define TABDLY OXTABS macro
H A Dfreebsd.h137 #define TABDLY OXTABS macro
H A Dnetbsd.h45 #define TABDLY OXTABS macro
/macosx-10.9.5/emacs-92/emacs/src/
H A Dsystty.h372 #ifdef TABDLY
373 #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)
H A Dsysdep.c651 s.main.c_oflag &= ~(NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY);
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dstty.c317 #ifdef TABDLY
318 { "tabs", TABS, O_FLAG, IG, TABDLY, TAB3, C("Preserve (expand to spaces) tabs") },
320 { "tab0", BITS, O_FLAG, IG|SS, TABDLY, TAB0 },
323 { "tab1", BITS, O_FLAG, US, TABDLY, TAB1 },
326 { "tab2", BITS, O_FLAG, US, TABDLY, TAB2 },
328 { "tab3", BITS, O_FLAG, US, TABDLY, TAB3 },
858 #ifdef TABDLY
859 listmask(sp,TABDLY,"Horizontal tab delay style");
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dsys_bsd.c410 # ifdef TABDLY
411 tmp_tc.c_oflag &= ~TABDLY;
418 # ifdef TABDLY
419 tmp_tc.c_oflag &= ~TABDLY;
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dsys_bsd.c525 # ifdef TABDLY
526 tmp_tc.c_oflag &= ~TABDLY;
537 # ifdef TABDLY
538 tmp_tc.c_oflag &= ~TABDLY;
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnetd/
H A Dsys_term.c592 # ifdef TABDLY
593 return ((termbuf.c_oflag & TABDLY) == TAB3);
604 # ifdef TABDLY
605 termbuf.c_oflag &= ~TABDLY;
612 # ifdef TABDLY
613 termbuf.c_oflag &= ~TABDLY;
/macosx-10.9.5/remote_cmds-41.90.1/telnetd.tproj/
H A Dsys_term.c731 # ifdef TABDLY
732 return ((termbuf.c_oflag & TABDLY) == TAB3);
750 # ifdef TABDLY
751 termbuf.c_oflag &= ~TABDLY;
758 # ifdef TABDLY
759 termbuf.c_oflag &= ~TABDLY;
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dtermios.h156 #define TABDLY 0x00000c04 /* horizontal tab delay */ macro
/macosx-10.9.5/ncurses-42/ncurses/progs/
H A Dtset.c813 #ifdef TABDLY
814 | TABDLY
/macosx-10.9.5/tcsh-65/tcsh/
H A Ded.term.c177 # ifdef TABDLY
178 { "tabdly", TABDLY, M_OUTPUT },
179 # endif /* TABDLY */
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dtty.c238 #ifdef TABDLY
239 {"tabdly", TABDLY, MD_OUT},
240 #endif /* TABDLY */
/macosx-10.9.5/libedit-39/src/
H A Dtty.c239 #ifdef TABDLY
240 {"tabdly", TABDLY, MD_OUT},
241 #endif /* TABDLY */
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dtty.c230 #ifdef TABDLY
231 {"tabdly", TABDLY, MD_OUT},
232 #endif /* TABDLY */
/macosx-10.9.5/uucp-11/uucp/unix/
H A Dserial.c209 | OFILL | OFDEL | NLDLY | CRDLY | TABDLY | BSDLY \

Completed in 217 milliseconds