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

Function PDC_sync

Utilities/cmpdcurses/pdcurses/window.c:229–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229void PDC_sync(WINDOW *win)
230{
231 PDC_LOG(("PDC_sync() - called:\n"));
232
233 if (win->_immed)
234 wrefresh(win);
235 if (win->_sync)
236 wsyncup(win);
237}
238
239WINDOW *newwin(int nlines, int ncols, int begy, int begx)
240{

Callers 11

wscrlFunction · 0.85
wbkgdFunction · 0.85
waddchFunction · 0.85
wdelchFunction · 0.85
winschFunction · 0.85
wchgatFunction · 0.85
wborderFunction · 0.85
whlineFunction · 0.85
wvlineFunction · 0.85
wclrtoeolFunction · 0.85
wclrtobotFunction · 0.85

Calls 2

wrefreshFunction · 0.85
wsyncupFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…