Home
last modified time | relevance | path

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

/netbsd/lib/libcurses/
H A Dflushok.c48 win->flags |= __FLUSH; in flushok()
50 win->flags &= ~__FLUSH; in flushok()
H A Dcurses_private.h112 #define __FLUSH 0x00000002 /* Fflush(stdout) after refresh. */ macro