Home
last modified time | relevance | path

Searched refs:_nc_outchars (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/contrib/ncurses/ncurses/trace/
Dlib_trace.c62 NCURSES_PUBLIC_VAR(_nc_outchars) (void) in NCURSES_PUBLIC_VAR() argument
84 NCURSES_EXPORT_VAR(long) _nc_outchars = 0;
/freebsd-9-stable/contrib/ncurses/ncurses/
Dcurses.priv.h1011 #define COUNT_OUTCHARS(n) _nc_outchars += (n);
1017 #define RESET_OUTCHARS() COUNT_OUTCHARS(-_nc_outchars)
1291 NCURSES_WRAPPED_VAR(long, _nc_outchars);
1293 #define _nc_outchars NCURSES_PUBLIC_VAR(_nc_outchars()) macro
1299 extern NCURSES_EXPORT_VAR(long) _nc_outchars;
Dllib-lncurses2817 #undef _nc_outchars
2818 long _nc_outchars;
Dllib-lncursesw3563 #undef _nc_outchars
3564 long _nc_outchars;
/freebsd-9-stable/contrib/ncurses/ncurses/tty/
Dtty_update.c933 _nc_outchars, in doupdate()
/freebsd-9-stable/contrib/ncurses/
DNEWS482 + for the reentrant model, move _nc_tputs_trace and _nc_outchars into