Searched refs:OFLAGS_TABS (Results 1 – 3 of 3) sorted by relevance
116 if (cur_term->Ottyb.c_oflag & OFLAGS_TABS) in def_shell_mode()141 cur_term->Nttyb.c_oflag &= ~OFLAGS_TABS; in def_prog_mode()
127 {OFLAGS_TABS, "XTABS"}, in _nc_trace_ttymode()133 #define ALLOUT (OPOST|OFLAGS_TABS|ONLCR|OCRNL|ONOCR|ONLRET) in _nc_trace_ttymode()
1200 # define OFLAGS_TABS TAB3 /* POSIX specifies TAB3 */ macro1203 # define OFLAGS_TABS XTABS /* XTABS is usually the "same" */ macro1206 # define OFLAGS_TABS OXTABS /* the traditional BSD equivalent */ macro1208 # define OFLAGS_TABS 0 macro