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

/illumos-gate/usr/src/cmd/ttymon/
H A Dsttytable.c272 "tab3", TAB3, TABDLY,
273 "-tabs", TAB3, TABDLY,
274 "tab8", TAB3, TABDLY,
H A Dsttyparse.c247 cb->c_oflag |= TAB3;
H A Dstty.c250 if (m & TAB3)
/illumos-gate/usr/src/cmd/tput/
H A Dtput.c365 /* TAB3 is XTABS and not a delay */
597 #define TAB3 XTABS macro
667 OFLAG(termmodes) &= ~(TAB3);
669 OFLAG(termmode) &= ~(TAB3);
673 OFLAG(termmodes) |= TAB3;
675 OFLAG(termmode) |= TAB3;
/illumos-gate/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)
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h151 #define TAB3 XTABS macro
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dtermios.h151 #define TAB3 XTABS macro
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_tty.c65 if ((tty.c_oflag & TABDLY) == TAB3 || teleray_glitch)
H A Dex_put.c999 tty.c_oflag &= ~(ONLCR|TAB3);
1039 tty.c_oflag &= ~(TAB3|ONLCR);
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c928 modes.c_oflag |= TAB3;
936 modes.c_oflag &= ~TAB3;
950 if (oldmodes.c_oflag&(TAB3|ONLCR|OCRNL|ONLRET)) {
951 oldmodes.c_oflag &= (TAB3|ONLCR|OCRNL|ONLRET);
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h234 #define TAB3 0014000 macro
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewterm.c349 cur_term->_prog.c_oflag &= ~(TAB1|TAB2|TAB3);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c344 PTERMIOS(_prog)->c_oflag &= ~(TAB1|TAB2|TAB3);
/illumos-gate/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;
/illumos-gate/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 },
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dsetupterm.c655 if ((PROGTTYS.c_oflag & TABDLY) == TAB3) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c434 tmp_tc.c_oflag |= TAB3;
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c112 if ((trbuf.c_oflag & TABDLY) != TAB3)
/illumos-gate/usr/src/cmd/ed/
H A Ded.c2835 ((arg.c_oflag&TAB3) == TAB3))
/illumos-gate/usr/src/cmd/more/
H A Dmore.c1555 hardtabs = !(otty.c_oflag & TAB3);
/illumos-gate/usr/src/cmd/init/
H A Dinit.c418 OPOST|ONLCR|TAB3, /* oflag */

Completed in 96 milliseconds