Home
last modified time | relevance | path

Searched refs:OFLAGS_TABS (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/ncurses/ncurses/tinfo/
Dlib_ttyflags.c116 if (cur_term->Ottyb.c_oflag & OFLAGS_TABS) in def_shell_mode()
141 cur_term->Nttyb.c_oflag &= ~OFLAGS_TABS; in def_prog_mode()
/freebsd-9-stable/contrib/ncurses/ncurses/trace/
Dlib_tracebits.c127 {OFLAGS_TABS, "XTABS"}, in _nc_trace_ttymode()
133 #define ALLOUT (OPOST|OFLAGS_TABS|ONLCR|OCRNL|ONOCR|ONLRET) in _nc_trace_ttymode()
/freebsd-9-stable/contrib/ncurses/ncurses/
Dcurses.priv.h1200 # define OFLAGS_TABS TAB3 /* POSIX specifies TAB3 */ macro
1203 # define OFLAGS_TABS XTABS /* XTABS is usually the "same" */ macro
1206 # define OFLAGS_TABS OXTABS /* the traditional BSD equivalent */ macro
1208 # define OFLAGS_TABS 0 macro