Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tput/
H A Dtput.c605 #define TAB3 XTABS in initterm() macro
675 OFLAG(termmodes) &= ~(TAB3); in initterm()
677 OFLAG(termmode) &= ~(TAB3); in initterm()
681 OFLAG(termmodes) |= TAB3; in initterm()
683 OFLAG(termmode) |= TAB3; in initterm()
/illumos-gate/usr/src/cmd/ttymon/
H A Dsttytable.c280 "tab3", TAB3, TABDLY,
281 "-tabs", TAB3, TABDLY,
282 "tab8", TAB3, TABDLY,
H A Dsttyparse.c253 cb->c_oflag |= TAB3;
H A Dstty.c250 if (m & TAB3) in prmodes()
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttytable.c286 "tab3", TAB3, TABDLY,
287 "-tabs", TAB3, TABDLY,
H A Dsttyparse.c216 cb->c_oflag |= TAB3;
H A Dstty.c199 if (m & TAB3) in prmodes()
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c930 modes.c_oflag |= TAB3; in main()
938 modes.c_oflag &= ~TAB3; in main()
952 if (oldmodes.c_oflag&(TAB3|ONLCR|OCRNL|ONLRET)) { in main()
953 oldmodes.c_oflag &= (TAB3|ONLCR|OCRNL|ONLRET); in main()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_tty.c63 if ((tty.c_oflag & TABDLY) == TAB3 || teleray_glitch) in gettmode()
H A Dex_put.c998 tty.c_oflag &= ~(ONLCR|TAB3); in pstart()
1038 tty.c_oflag &= ~(TAB3|ONLCR); in ostart()
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h236 #define TAB3 0014000 macro
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewterm.c347 cur_term->_prog.c_oflag &= ~(TAB1|TAB2|TAB3);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c342 PTERMIOS(_prog)->c_oflag &= ~(TAB1|TAB2|TAB3); in newterm()
/illumos-gate/usr/src/uts/common/io/
H A Dtty_common.c35 OPOST|ONLCR|TAB3, /* c_oflag */
H A Dttcompat.c1175 termiosp->c_oflag |= TAB3; in from_compat()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c318 { "tabs", TABS, O_FLAG, IG, TABDLY, TAB3, C("Preserve (expand to spaces) tabs") },
328 { "tab3", BITS, O_FLAG, US, TABDLY, TAB3 },
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c430 tmp_tc.c_oflag |= TAB3;
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dsetupterm.c662 if ((PROGTTYS.c_oflag & TABDLY) == TAB3) { in setupterm()
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c110 if ((trbuf.c_oflag & TABDLY) != TAB3) in main()
/illumos-gate/usr/src/cmd/ed/
H A Ded.c2860 ((arg.c_oflag & TAB3) == in fspec()
2861 TAB3)) in fspec()
/illumos-gate/usr/src/cmd/more/
H A Dmore.c1580 hardtabs = !(otty.c_oflag & TAB3); in initterm()
/illumos-gate/usr/src/cmd/init/
H A Dinit.c421 .c_oflag = OPOST|ONLCR|TAB3,