Home
last modified time | relevance | path

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

/NextBSD/contrib/ncurses/ncurses/
HDcurses.priv.h1338 #define COUNT_OUTCHARS(n) _nc_count_outchars(n); macro
1340 #define COUNT_OUTCHARS(n) _nc_outchars += (n); macro
1343 #define COUNT_OUTCHARS(n) /* nothing */ macro