Searched refs:XTABS (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/crypto/heimdal/appl/login/
H A Dstty_default.c45 #ifndef XTABS
46 #define XTABS 0 macro
50 #define OXTABS XTABS
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_ttyflags.c112 * If XTABS was on, remove the tab and backtab capabilities.
119 if (cur_term->Ottyb.sg_flags & XTABS)
137 * Turn off the XTABS bit in the tty structure if it was on.
143 cur_term->Nttyb.sg_flags &= ~XTABS;
/freebsd-9.3-release/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c127 {OFLAGS_TABS, "XTABS"},
243 {XTABS, "XTABS"},
245 #define ALLCTRL (CBREAK|CRMOD|ECHO|EVENP|LCASE|LLITOUT|ODDP|RAW|TANDEM|XTABS)
/freebsd-9.3-release/contrib/tcsh/
H A Ded.init.c220 if (T_Tabs) { /* order of &= and |= is important to XTABS */
221 extty.d_t.sg_flags &= ~(ttylist[EX_IO][M_CONTROL].t_clrmask|XTABS);
226 extty.d_t.sg_flags |= (ttylist[EX_IO][M_CONTROL].t_setmask|XTABS);
345 if (T_Tabs) { /* order of &= and |= is important to XTABS */
346 edtty.d_t.sg_flags &= ~(ttylist[ED_IO][M_CONTROL].t_clrmask | XTABS);
351 edtty.d_t.sg_flags |= (ttylist[ED_IO][M_CONTROL].t_setmask | XTABS);
471 if (T_Tabs) /* order of &= and |= is important to XTABS */
472 extty.d_t.sg_flags &= ~XTABS;
474 extty.d_t.sg_flags |= XTABS;
481 if (T_Tabs) { /* order of &= and |= is important to XTABS */
[all...]
H A Dmi.termios.c34 /* Do not #undef XTABS. We want a warning when they differ! */
190 * OPOST: set if CRMOD or XTABS is set
191 * XTABS: copied from sg_flags
194 termios_p->c_oflag = sgbuf.sg_flags & (CRMOD | XTABS);
332 if (termios_p->c_oflag & XTABS)
334 sgbuf.sg_flags |= XTABS;
H A Ded.term.h74 # if defined(OXTABS) && !defined(XTABS)
75 # define XTABS OXTABS macro
76 # endif /* OXTABS && !XTABS */
H A Ded.term.c180 # ifdef XTABS
181 { "xtabs", XTABS, M_OUTPUT },
182 # endif /* XTABS */
345 # ifdef XTABS
346 { "xtabs", XTABS, M_CONTROL },
347 # endif /* XTABS */
1058 return (td->d_t.sg_flags & XTABS) == XTABS ? 0 : 1;
/freebsd-9.3-release/sys/sys/
H A Dioctl_compat.h100 #define XTABS 0x00000c00 /* expand tabs on output */ macro
/freebsd-9.3-release/include/rpcsvc/
H A Drex.x120 const XTABS = 0x00000c00; /* expand tabs on output */
/freebsd-9.3-release/lib/libedit/
H A Dtty.h85 # if defined(OXTABS) && !defined(XTABS)
86 # define XTABS OXTABS macro
87 # endif /* OXTABS && !XTABS */
H A Dtty.c236 #ifdef XTABS
237 {"xtabs", XTABS, MD_OUT},
238 #endif /* XTABS */
/freebsd-9.3-release/sys/kern/
H A Dtty_compat.c316 flags |= XTABS;
349 if (flags & XTABS)
/freebsd-9.3-release/contrib/top/
H A Dscreen.c251 new_settings.sg_flags &= ~(ECHO|XTABS);
/freebsd-9.3-release/contrib/telnet/telnetd/
H A Dsys_term.c654 return (termbuf.sg.sg_flags & XTABS);
670 termbuf.sg.sg_flags |= XTABS;
672 termbuf.sg.sg_flags &= ~XTABS;
896 termbuf.sg.sg_flags |= CRMOD|ANYP|ECHO|XTABS;
/freebsd-9.3-release/contrib/telnet/telnet/
H A Dsys_bsd.c520 sb.sg_flags |= XTABS;
532 sb.sg_flags &= ~XTABS;
/freebsd-9.3-release/contrib/gdb/gdb/tui/
H A Dtui.c522 mode.sg_flags |= XTABS | ECHO | CRMOD | ANYP;
/freebsd-9.3-release/libexec/getty/
H A Dsubr.c456 { 3, XTABS }, /* this is expand tabs */
/freebsd-9.3-release/contrib/less/
H A Dscreen.c385 #ifdef XTABS
386 | XTABS
534 s.sg_flags &= ~(ECHO|XTABS);

Completed in 119 milliseconds