Searched refs:TAB3 (Results 1 – 8 of 8) sorted by relevance
96 # ifndef TAB398 # define TAB3 OXTABS macro100 # define TAB3 0 macro405 new_settings.c_oflag &= ~(TAB3); in screen_init()430 new_settings.c_oflag &= ~(TAB3); in screen_init()
210 #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()
76 # ifndef TAB378 # define TAB3 OXTABS macro80 # define TAB3 0 macro
455 #define tty__gettabs(td) ((((td)->c_oflag & TAB3) == TAB3) ? 0 : 1)
64 #define TAB3 0 macro181 s.c_oflag |= (OPOST|ONLCR|TAB3);
341 return ((termbuf.c_oflag & TABDLY) == TAB3); in tty_issofttab()354 termbuf.c_oflag |= TAB3; in tty_setsofttab()
338 tmp_tc.c_oflag |= TAB3; in TerminalNewMode()
347 #ifdef TAB3 in set_termio_flags()348 | TAB3 in set_termio_flags()