Searched defs:W_SYNC_UP (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dprivate.h114 #define W_SYNC_UP 0x0400 /* syncok() update ancestors when changed. */ macro
223 #define WSYNC(w) (((w)->_flags & W_SYNC_UP) ? wsyncup(w) : (void) OK)
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dprivate.h98 #define W_SYNC_UP 0x0400 /* syncok() update ancestors when changed. */ macro
240 if ((w)->_flags & W_SYNC_UP) {\

Completed in 45 milliseconds