MCPcopy Create free account
hub / github.com/Kitware/CMake / wsyncup

Function wsyncup

Utilities/cmpdcurses/pdcurses/window.c:536–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534}
535
536void wsyncup(WINDOW *win)
537{
538 WINDOW *tmp;
539
540 PDC_LOG(("wsyncup() - called\n"));
541
542 for (tmp = win; tmp; tmp = tmp->_parent)
543 touchwin(tmp);
544}
545
546int syncok(WINDOW *win, bool bf)
547{

Callers 6

waddchFunction · 0.85
PDC_syncFunction · 0.85
Display_Or_Erase_FieldFunction · 0.85
_nc_Set_Current_FieldFunction · 0.85

Calls 1

touchwinFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…