Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/top/dist/
Dscreen.c96 # ifndef TAB3
98 # define TAB3 OXTABS macro
100 # define TAB3 0 macro
405 new_settings.c_oflag &= ~(TAB3); in screen_init()
430 new_settings.c_oflag &= ~(TAB3); in screen_init()
/netbsd/src/usr.bin/tset/
Dset.c210 #ifdef TAB3 in set_init()
211 if (oldmode.c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) { in set_init()
212 oldmode.c_oflag &= (TAB3 | ONLCR | OCRNL | ONLRET); in set_init()
/netbsd/src/lib/libedit/
Dtty.h76 # ifndef TAB3
78 # define TAB3 OXTABS macro
80 # define TAB3 0 macro
Dtty.c455 #define tty__gettabs(td) ((((td)->c_oflag & TAB3) == TAB3) ? 0 : 1)
/netbsd/src/distrib/utils/more/
Dscreen.c64 #define TAB3 0 macro
181 s.c_oflag |= (OPOST|ONLCR|TAB3);
/netbsd/src/libexec/telnetd/
Dsys_term.c341 return ((termbuf.c_oflag & TABDLY) == TAB3); in tty_issofttab()
354 termbuf.c_oflag |= TAB3; in tty_setsofttab()
/netbsd/src/usr.bin/telnet/
Dsys_bsd.c338 tmp_tc.c_oflag |= TAB3; in TerminalNewMode()
/netbsd/src/external/bsd/less/dist/
Dscreen.c347 #ifdef TAB3 in set_termio_flags()
348 | TAB3 in set_termio_flags()