Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h1415 #define COUNT_OUTCHARS(n) _nc_count_outchars(n); macro
1417 #define COUNT_OUTCHARS(n) _nc_outchars += (n); macro
1420 #define COUNT_OUTCHARS(n) /* nothing */ macro
1423 #define RESET_OUTCHARS() COUNT_OUTCHARS(-_nc_outchars)
1502 COUNT_OUTCHARS(1); \
1529 COUNT_OUTCHARS(PUTC_i); \
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_tputs.c180 COUNT_OUTCHARS(1); in NCURSES_SP_NAME()
/freebsd/contrib/ncurses/ncurses/tty/
H A Dtty_update.c367 COUNT_OUTCHARS(1); in PutAttrChar()