Home | Sort by: relevance | last modified time | path |
/src/lib/libcurses/ | |
syncok.c | 52 win->flags |= __SYNCOK; 54 win->flags &= ~__SYNCOK; |
touchwin.c | 58 if (win->flags & __SYNCOK) |
curses_private.h | 125 #define __SYNCOK 0x00400000 /* sync when changed */ |