Home
last modified time | relevance | path

Searched refs:XTABS (Results 1 – 20 of 20) sorted by relevance

/freebsd/crypto/heimdal/appl/login/
H A Dstty_default.c45 #ifndef XTABS
46 #define XTABS 0 macro
50 #define OXTABS XTABS
/freebsd/contrib/tcsh/
H A Ded.init.c217 extty.d_t.sg_flags &= ~(ttylist[EX_IO][M_CONTROL].t_clrmask|XTABS); in ed_Setup()
222 extty.d_t.sg_flags |= (ttylist[EX_IO][M_CONTROL].t_setmask|XTABS); in ed_Setup()
342 edtty.d_t.sg_flags &= ~(ttylist[ED_IO][M_CONTROL].t_clrmask | XTABS); in ed_Init()
347 edtty.d_t.sg_flags |= (ttylist[ED_IO][M_CONTROL].t_setmask | XTABS); in ed_Init()
468 extty.d_t.sg_flags &= ~XTABS; in Rawmode()
470 extty.d_t.sg_flags |= XTABS; in Rawmode()
479 ~(ttylist[ED_IO][M_CONTROL].t_clrmask|XTABS); in Rawmode()
485 (ttylist[ED_IO][M_CONTROL].t_setmask|XTABS); in Rawmode()
H A Dmi.termios.c192 termios_p->c_oflag = sgbuf.sg_flags & (CRMOD | XTABS);
330 if (termios_p->c_oflag & XTABS)
332 sgbuf.sg_flags |= XTABS;
H A Ded.term.c177 # ifdef XTABS
178 { "xtabs", XTABS, M_OUTPUT },
342 # ifdef XTABS
343 { "xtabs", XTABS, M_CONTROL },
1055 return (td->d_t.sg_flags & XTABS) == XTABS ? 0 : 1; in tty_gettabs()
H A Ded.term.h73 # if defined(OXTABS) && !defined(XTABS)
74 # define XTABS OXTABS macro
/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c134 DATA2(OFLAGS_TABS, XTABS), in _nc_trace_ttymode()
280 DATA(XTABS), in _nc_trace_ttymode()
282 #define ALLCTRL (CBREAK|CRMOD|ECHO|EVENP|LCASE|LLITOUT|ODDP|RAW|TANDEM|XTABS) in _nc_trace_ttymode()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_ttyflags.c162 if (termp->Ottyb.sg_flags & XTABS) in NCURSES_SP_NAME()
201 termp->Nttyb.sg_flags &= (unsigned) (~XTABS); in NCURSES_SP_NAME()
H A Dtinfo_driver.c129 termp->Nttyb.sg_flags &= (unsigned) (~XTABS); in get_baudrate()
620 _term->Nttyb.sg_flags &= (unsigned) ~XTABS; in drv_mode()
647 if (_term->Ottyb.sg_flags & XTABS) in drv_mode()
/freebsd/contrib/libedit/
H A Dtty.h84 # if defined(OXTABS) && !defined(XTABS)
85 # define XTABS OXTABS macro
H A Dtty.c245 #ifdef XTABS
246 {"xtabs", XTABS, MD_OUT},
/freebsd/share/doc/smm/07.lpd/
H A Dspell.ok15 XTABS
/freebsd/include/rpcsvc/
H A Drex.x113 const XTABS = 0x00000c00; /* expand tabs on output */ variable
/freebsd/sys/sys/
H A Dioctl_compat.h99 #define XTABS 0x00000c00 /* expand tabs on output */ macro
/freebsd/sys/kern/
H A Dtty_compat.c314 flags |= XTABS; in ttcompatgetflags()
347 if (flags & XTABS) in ttcompatsetflags()
/freebsd/share/doc/psd/21.ipc/
H A Dspell.ok114 XTABS
/freebsd/contrib/telnet/telnet/
H A Dsys_bsd.c515 sb.sg_flags |= XTABS; in TerminalNewMode()
527 sb.sg_flags &= ~XTABS; in TerminalNewMode()
/freebsd/libexec/getty/
H A Dsubr.c432 { 3, XTABS }, /* this is expand tabs */
/freebsd/contrib/less/
H A Dscreen.c333 #ifdef XTABS in set_termio_flags()
334 | XTABS in set_termio_flags()
627 s.sg_flags &= ~(ECHO|XTABS); in raw_mode()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h1605 # ifdef XTABS
1606 # define OFLAGS_TABS XTABS /* XTABS is usually the "same" */
/freebsd/contrib/ncurses/
H A DNEWS7742 + add XTABS to tracing of TTY bits.