Searched refs:XTABS (Results 1 – 20 of 20) sorted by relevance
/freebsd/crypto/heimdal/appl/login/ |
H A D | stty_default.c | 45 #ifndef XTABS 46 #define XTABS 0 macro 50 #define OXTABS XTABS
|
/freebsd/contrib/tcsh/ |
H A D | ed.init.c | 217 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 D | mi.termios.c | 192 termios_p->c_oflag = sgbuf.sg_flags & (CRMOD | XTABS); 330 if (termios_p->c_oflag & XTABS) 332 sgbuf.sg_flags |= XTABS;
|
H A D | ed.term.c | 177 # 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 D | ed.term.h | 73 # if defined(OXTABS) && !defined(XTABS) 74 # define XTABS OXTABS macro
|
/freebsd/contrib/ncurses/ncurses/trace/ |
H A D | lib_tracebits.c | 134 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 D | lib_ttyflags.c | 162 if (termp->Ottyb.sg_flags & XTABS) in NCURSES_SP_NAME() 201 termp->Nttyb.sg_flags &= (unsigned) (~XTABS); in NCURSES_SP_NAME()
|
H A D | tinfo_driver.c | 129 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 D | tty.h | 84 # if defined(OXTABS) && !defined(XTABS) 85 # define XTABS OXTABS macro
|
H A D | tty.c | 245 #ifdef XTABS 246 {"xtabs", XTABS, MD_OUT},
|
/freebsd/share/doc/smm/07.lpd/ |
H A D | spell.ok | 15 XTABS
|
/freebsd/include/rpcsvc/ |
H A D | rex.x | 113 const XTABS = 0x00000c00; /* expand tabs on output */ variable
|
/freebsd/sys/sys/ |
H A D | ioctl_compat.h | 99 #define XTABS 0x00000c00 /* expand tabs on output */ macro
|
/freebsd/sys/kern/ |
H A D | tty_compat.c | 314 flags |= XTABS; in ttcompatgetflags() 347 if (flags & XTABS) in ttcompatsetflags()
|
/freebsd/share/doc/psd/21.ipc/ |
H A D | spell.ok | 114 XTABS
|
/freebsd/contrib/telnet/telnet/ |
H A D | sys_bsd.c | 515 sb.sg_flags |= XTABS; in TerminalNewMode() 527 sb.sg_flags &= ~XTABS; in TerminalNewMode()
|
/freebsd/libexec/getty/ |
H A D | subr.c | 432 { 3, XTABS }, /* this is expand tabs */
|
/freebsd/contrib/less/ |
H A D | screen.c | 333 #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 D | curses.priv.h | 1605 # ifdef XTABS 1606 # define OFLAGS_TABS XTABS /* XTABS is usually the "same" */
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 7742 + add XTABS to tracing of TTY bits.
|