Home
last modified time | relevance | path

Searched refs:TAB3 (Results 1 – 24 of 24) sorted by relevance

/titanic_41/usr/src/cmd/tput/
H A Dtput.c597 #define TAB3 XTABS in initterm() macro
667 OFLAG(termmodes) &= ~(TAB3); in initterm()
669 OFLAG(termmode) &= ~(TAB3); in initterm()
673 OFLAG(termmodes) |= TAB3; in initterm()
675 OFLAG(termmode) |= TAB3; in initterm()
/titanic_41/usr/src/cmd/ttymon/
H A Dsttytable.c272 "tab3", TAB3, TABDLY,
273 "-tabs", TAB3, TABDLY,
274 "tab8", TAB3, TABDLY,
H A Dstty.c250 if (m & TAB3) in prmodes()
H A Dsttyparse.c247 cb->c_oflag |= TAB3;
/titanic_41/usr/src/ucbcmd/stty/
H A Dsttytable.c278 "tab3", TAB3, TABDLY,
279 "-tabs", TAB3, TABDLY,
H A Dsttyparse.c219 cb->c_oflag |= TAB3;
H A Dstty.c198 if (m & TAB3) in prmodes()
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h151 #define TAB3 XTABS macro
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dtermios.h151 #define TAB3 XTABS macro
/titanic_41/usr/src/ucbcmd/tset/
H A Dtset.c928 modes.c_oflag |= TAB3; in main()
936 modes.c_oflag &= ~TAB3; in main()
950 if (oldmodes.c_oflag&(TAB3|ONLCR|OCRNL|ONLRET)) { in main()
951 oldmodes.c_oflag &= (TAB3|ONLCR|OCRNL|ONLRET); in main()
/titanic_41/usr/src/cmd/vi/port/
H A Dex_tty.c65 if ((tty.c_oflag & TABDLY) == TAB3 || teleray_glitch) in gettmode()
H A Dex_put.c999 tty.c_oflag &= ~(ONLCR|TAB3); in pstart()
1039 tty.c_oflag &= ~(TAB3|ONLCR); in ostart()
/titanic_41/usr/src/uts/common/sys/
H A Dtermios.h234 #define TAB3 0014000 macro
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewterm.c349 cur_term->_prog.c_oflag &= ~(TAB1|TAB2|TAB3);
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c344 PTERMIOS(_prog)->c_oflag &= ~(TAB1|TAB2|TAB3); in newterm()
/titanic_41/usr/src/uts/common/io/
H A Dtty_common.c35 OPOST|ONLCR|TAB3, /* c_oflag */
H A Dttcompat.c166 OPOST|ONLCR|TAB3, /* oflag */
1273 termiosp->c_oflag |= TAB3; in from_compat()
/titanic_41/usr/src/lib/libcmd/common/
H A Dstty.c316 { "tabs", TABS, O_FLAG, IG, TABDLY, TAB3, C("Preserve (expand to spaces) tabs") },
326 { "tab3", BITS, O_FLAG, US, TABDLY, TAB3 },
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c434 tmp_tc.c_oflag |= TAB3;
/titanic_41/usr/src/lib/libcurses/screen/
H A Dsetupterm.c655 if ((PROGTTYS.c_oflag & TABDLY) == TAB3) { in setupterm()
/titanic_41/usr/src/ucbcmd/ls/
H A Dls.c112 if ((trbuf.c_oflag & TABDLY) != TAB3) in main()
/titanic_41/usr/src/cmd/ed/
H A Ded.c2835 ((arg.c_oflag&TAB3) == TAB3)) in fspec()
/titanic_41/usr/src/cmd/more/
H A Dmore.c1555 hardtabs = !(otty.c_oflag & TAB3); in initterm()
/titanic_41/usr/src/cmd/init/
H A Dinit.c418 OPOST|ONLCR|TAB3, /* oflag */