HomeSort by: relevance | last modified time | path
    Searched refs:TAB3 (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/top/dist/
screen.c 96 # ifndef TAB3
98 # define TAB3 OXTABS
100 # define TAB3 0
405 new_settings.c_oflag &= ~(TAB3);
430 new_settings.c_oflag &= ~(TAB3);
  /src/external/bsd/less/dist/lesstest/
term.c 33 #ifdef TAB3
34 | TAB3
  /src/lib/libedit/
tty.h 76 # ifndef TAB3
78 # define TAB3 OXTABS
80 # define TAB3 0
82 # endif /* !TAB3 */
tty.c 455 #define tty__gettabs(td) ((((td)->c_oflag & TAB3) == TAB3) ? 0 : 1)
  /src/usr.bin/tset/
set.c 210 #ifdef TAB3
211 if (oldmode.c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) {
212 oldmode.c_oflag &= (TAB3 | ONLCR | OCRNL | ONLRET);
  /src/distrib/utils/more/
screen.c 64 #define TAB3 0
181 s.c_oflag |= (OPOST|ONLCR|TAB3);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
termios.d 978 TAB3
1013 enum TAB3 = 0x0001800; // 0014000
1048 enum TAB3 = 0x00000004;
1083 enum TAB3 = 0x00000004;
1117 enum TAB3 = 0x00000004;
1151 enum TAB3 = 0x00000004;
1185 //enum TAB3
1220 enum TAB3 = 0x0001800;
1255 enum TAB3 = 0x0001800; // 0014000
  /src/libexec/telnetd/
sys_term.c 341 return ((termbuf.c_oflag & TABDLY) == TAB3);
354 termbuf.c_oflag |= TAB3;
  /src/usr.bin/telnet/
sys_bsd.c 338 tmp_tc.c_oflag |= TAB3;
  /src/external/bsd/less/dist/
screen.c 347 #ifdef TAB3
348 | TAB3

Completed in 37 milliseconds