Searched refs:OFLAGS_TABS (Results 1 – 5 of 5) sorted by relevance
134 DATA2(OFLAGS_TABS, XTABS), in _nc_trace_ttymode()140 #define ALLOUT (OPOST|OFLAGS_TABS|ONLCR|OCRNL|ONOCR|ONLRET|OFLAGS_TABS) in _nc_trace_ttymode()
157 if (termp->Ottyb.c_oflag & OFLAGS_TABS) in NCURSES_SP_NAME()197 termp->Nttyb.c_oflag &= (unsigned) (~OFLAGS_TABS); in NCURSES_SP_NAME()
125 termp->Nttyb.c_oflag &= (unsigned) (~OFLAGS_TABS); in get_baudrate()616 _term->Nttyb.c_oflag &= (unsigned) ~OFLAGS_TABS; in drv_mode()642 if (_term->Ottyb.c_oflag & OFLAGS_TABS) in drv_mode()
1603 # define OFLAGS_TABS TAB3 /* POSIX specifies TAB3 */ macro1606 # define OFLAGS_TABS XTABS /* XTABS is usually the "same" */ macro1609 # define OFLAGS_TABS OXTABS /* the traditional BSD equivalent */ macro1611 # define OFLAGS_TABS 0 macro
1031 _term->Nttyb.c_oflag &= (tcflag_t) (~OFLAGS_TABS); in wcon_mode()