Searched refs:OXTABS (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/crypto/heimdal/appl/login/
H A Dstty_default.c49 #ifndef OXTABS
50 #define OXTABS XTABS macro
90 termios.c_oflag &= ~OXTABS;
/freebsd-current/usr.sbin/lpr/lpd/
H A Dmodes.c186 { "tabs", 0, OXTABS }, /* "preserve" tabs */
187 { "-tabs", OXTABS, 0 },
188 { "oxtabs", OXTABS, 0 },
189 { "-oxtabs", 0, OXTABS },
/freebsd-current/contrib/tcsh/
H A Ded.term.h66 # ifdef OXTABS
67 # define TAB3 OXTABS
70 # endif /* OXTABS */
73 # if defined(OXTABS) && !defined(XTABS)
74 # define XTABS OXTABS
75 # endif /* OXTABS && !XTABS */
/freebsd-current/contrib/libedit/
H A Dtty.h77 # ifdef OXTABS
78 # define TAB3 OXTABS
81 # endif /* OXTABS */
84 # if defined(OXTABS) && !defined(XTABS)
85 # define XTABS OXTABS
86 # endif /* OXTABS && !XTABS */
/freebsd-current/include/
H A Dtermios.h48 #define OXTABS TAB3 macro
/freebsd-current/contrib/ncurses/progs/
H A Dreset_cmd.c408 #ifdef OXTABS
409 tty_settings->c_oflag |= OXTABS;
410 #endif /* OXTABS */
420 #ifdef OXTABS
423 tty_settings->c_oflag &= ~OXTABS;
424 #endif /* OXTABS */
/freebsd-current/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c589 # ifdef OXTABS
590 return (termbuf.c_oflag & OXTABS);
601 # ifdef OXTABS
602 termbuf.c_oflag |= OXTABS;
609 # ifdef OXTABS
610 termbuf.c_oflag &= ~OXTABS;
920 # ifndef OXTABS
921 # define OXTABS 0 macro
924 termbuf.c_oflag |= ONLCR|OXTABS;
/freebsd-current/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c407 # ifdef OXTABS
408 tmp_tc.c_oflag |= OXTABS;
415 # ifdef OXTABS
416 tmp_tc.c_oflag &= ~OXTABS;
/freebsd-current/contrib/telnet/telnet/
H A Dsys_bsd.c517 # ifdef OXTABS
518 tmp_tc.c_oflag |= OXTABS;
529 # ifdef OXTABS
530 tmp_tc.c_oflag &= ~OXTABS;
/freebsd-current/libexec/getty/
H A Dsubr.c324 SET(oflag, OXTABS|OPOST);
326 CLR(oflag, OXTABS);
/freebsd-current/contrib/less/
H A Dscreen.c340 #ifdef OXTABS
341 | OXTABS

Completed in 216 milliseconds