Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h150 #define XTABS 0x00001800 macro
151 #define TAB3 XTABS
H A Dioctl.h43 #define XTABS O_XTABS macro
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dtermios.h150 #define XTABS 0x00001800 macro
151 #define TAB3 XTABS
/titanic_41/usr/src/ucblib/libcurses/
H A Dcr_tty.c79 GT = ((_tty.sg_flags & XTABS) == 0); in gettmode()
81 _tty.sg_flags &= ~XTABS; in gettmode()
/titanic_41/usr/src/head/
H A Dsgtty.h40 #define XTABS 02 macro
/titanic_41/usr/src/uts/common/sys/
H A Dioctl.h105 #define XTABS O_XTABS macro
H A Dtermios.h237 #define XTABS 0014000 macro
/titanic_41/usr/src/ucbhead/sys/
H A Dioctl.h102 #define XTABS O_XTABS macro
/titanic_41/usr/src/head/rpcsvc/
H A Drex.x115 const XTABS = 0x00000c00; /* expand tabs on output */ variable
/titanic_41/usr/src/cmd/rexd/
H A Drex.x109 const XTABS = 0x00000c00; /* expand tabs on output */ variable
/titanic_41/usr/src/cmd/bnu/
H A Dsetmode.c240 "-tabs", XTABS, TABDLY,
241 "tab3", XTABS, TABDLY,
/titanic_41/usr/src/lib/libcurses/screen/
H A Dsetupterm.c661 if ((PROGTTY.sg_flags & XTABS) == XTABS) { in setupterm()
662 PROGTTY.sg_flags &= ~XTABS; in setupterm()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c431 sb.sg_flags |= XTABS;
438 sb.sg_flags &= ~XTABS;
/titanic_41/usr/src/ucbcmd/stty/
H A Dstty.c354 if ((m & TABDLY) == XTABS) in prmodes()
583 if ((m & TABDLY) == XTABS) in pramodes()
/titanic_41/usr/src/cmd/tput/
H A Dtput.c597 #define TAB3 XTABS in initterm()
/titanic_41/usr/src/uts/common/io/
H A Dttcompat.c1418 case XTABS: in to_compat()
H A Dldterm.c3814 if ((tp->t_modes.c_oflag & TABDLY) == XTABS) { in ldterm_output_msg()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rlogind.c1124 tp.c_oflag &= ~(XTABS|OCRNL); in doit()