/illumos-gate/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 272 "tab3", TAB3, TABDLY, 273 "-tabs", TAB3, TABDLY, 274 "tab8", TAB3, TABDLY,
|
H A D | sttyparse.c | 247 cb->c_oflag |= TAB3;
|
H A D | stty.c | 250 if (m & TAB3)
|
/illumos-gate/usr/src/cmd/tput/ |
H A D | tput.c | 365 /* 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 D | sttytable.c | 278 "tab3", TAB3, TABDLY, 279 "-tabs", TAB3, TABDLY,
|
H A D | sttyparse.c | 219 cb->c_oflag |= TAB3;
|
H A D | stty.c | 198 if (m & TAB3)
|
/illumos-gate/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 151 #define TAB3 XTABS macro
|
/illumos-gate/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 151 #define TAB3 XTABS macro
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_tty.c | 65 if ((tty.c_oflag & TABDLY) == TAB3 || teleray_glitch)
|
H A D | ex_put.c | 999 tty.c_oflag &= ~(ONLCR|TAB3); 1039 tty.c_oflag &= ~(TAB3|ONLCR);
|
/illumos-gate/usr/src/ucbcmd/tset/ |
H A D | tset.c | 928 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 D | termios.h | 234 #define TAB3 0014000 macro
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | newterm.c | 349 cur_term->_prog.c_oflag &= ~(TAB1|TAB2|TAB3);
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | newterm.c | 344 PTERMIOS(_prog)->c_oflag &= ~(TAB1|TAB2|TAB3);
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | tty_common.c | 35 OPOST|ONLCR|TAB3, /* c_oflag */
|
H A D | ttcompat.c | 166 OPOST|ONLCR|TAB3, /* oflag */ 1273 termiosp->c_oflag |= TAB3;
|
/illumos-gate/usr/src/lib/libcmd/common/ |
H A D | stty.c | 316 { "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 D | setupterm.c | 655 if ((PROGTTYS.c_oflag & TABDLY) == TAB3) {
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | sys_bsd.c | 434 tmp_tc.c_oflag |= TAB3;
|
/illumos-gate/usr/src/ucbcmd/ls/ |
H A D | ls.c | 112 if ((trbuf.c_oflag & TABDLY) != TAB3)
|
/illumos-gate/usr/src/cmd/ed/ |
H A D | ed.c | 2835 ((arg.c_oflag&TAB3) == TAB3))
|
/illumos-gate/usr/src/cmd/more/ |
H A D | more.c | 1555 hardtabs = !(otty.c_oflag & TAB3);
|
/illumos-gate/usr/src/cmd/init/ |
H A D | init.c | 418 OPOST|ONLCR|TAB3, /* oflag */
|