Home
last modified time | relevance | path

Searched refs:NextChange (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c332 #define NextChange(last) \ macro
453 while ((x2 = NextChange(x1)) <= in wcon_doupdate()
465 x0 = NextChange(x1); in wcon_doupdate()
H A Dwin_driver.c421 #define NextChange(last) \ macro
548 while ((x2 = NextChange(x1)) <= limit && x2 <= (x1 + 2)) { in wcon_doupdate()
559 x0 = NextChange(x1); in wcon_doupdate()