Searched refs:OXTABS (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/heimdal/appl/login/ |
H A D | stty_default.c | 49 #ifndef OXTABS 50 #define OXTABS XTABS macro 90 termios.c_oflag &= ~OXTABS; in stty_default()
|
/freebsd/usr.sbin/lpr/lpd/ |
H A D | modes.c | 186 { "tabs", 0, OXTABS }, /* "preserve" tabs */ 187 { "-tabs", OXTABS, 0 }, 188 { "oxtabs", OXTABS, 0 }, 189 { "-oxtabs", 0, OXTABS },
|
/freebsd/contrib/libedit/ |
H A D | tty.h | 77 # ifdef OXTABS 78 # define TAB3 OXTABS 84 # if defined(OXTABS) && !defined(XTABS) 85 # define XTABS OXTABS
|
/freebsd/contrib/tcsh/ |
H A D | ed.term.h | 66 # ifdef OXTABS 67 # define TAB3 OXTABS 73 # if defined(OXTABS) && !defined(XTABS) 74 # define XTABS OXTABS
|
/freebsd/contrib/ncurses/progs/ |
H A D | reset_cmd.c | 248 #ifndef OXTABS 249 #define OXTABS 0 macro 451 set_flags(tty_settings->c_oflag, OXTABS); in set_conversions() 459 #if OXTABS in set_conversions() 462 clear_flags(tty_settings->c_oflag, OXTABS); in set_conversions()
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | sys_term.c | 589 # ifdef OXTABS in tty_issofttab() 590 return (termbuf.c_oflag & OXTABS); in tty_issofttab() 601 # ifdef OXTABS in tty_setsofttab() 602 termbuf.c_oflag |= OXTABS; in tty_setsofttab() 609 # ifdef OXTABS in tty_setsofttab() 610 termbuf.c_oflag &= ~OXTABS; in tty_setsofttab() 920 # ifndef OXTABS in getptyslave() 921 # define OXTABS 0 in getptyslave() macro 924 termbuf.c_oflag |= ONLCR|OXTABS; in getptyslave()
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | sys_bsd.c | 407 # ifdef OXTABS in TerminalNewMode() 408 tmp_tc.c_oflag |= OXTABS; in TerminalNewMode() 415 # ifdef OXTABS in TerminalNewMode() 416 tmp_tc.c_oflag &= ~OXTABS; in TerminalNewMode()
|
/freebsd/include/ |
H A D | termios.h | 48 #define OXTABS TAB3 macro
|
/freebsd/contrib/telnet/telnet/ |
H A D | sys_bsd.c | 517 # ifdef OXTABS in TerminalNewMode() 518 tmp_tc.c_oflag |= OXTABS; in TerminalNewMode() 529 # ifdef OXTABS in TerminalNewMode() 530 tmp_tc.c_oflag &= ~OXTABS; in TerminalNewMode()
|
/freebsd/libexec/getty/ |
H A D | subr.c | 324 SET(oflag, OXTABS|OPOST); in set_flags() 326 CLR(oflag, OXTABS); in set_flags()
|
H A D | gettytab | 86 # oflags: OPOST | ONLCR | OXTABS
|
/freebsd/contrib/less/ |
H A D | screen.c | 327 #ifdef OXTABS in set_termio_flags() 328 | OXTABS in set_termio_flags()
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | curses.priv.h | 1608 # ifdef OXTABS 1609 # define OFLAGS_TABS OXTABS /* the traditional BSD equivalent */
|