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

Function waddstr

Utilities/cmpdcurses/pdcurses/addstr.c:109–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109int waddstr(WINDOW *win, const char *str)
110{
111 PDC_LOG(("waddstr() - called: string=\"%s\"\n", str));
112
113 return waddnstr(win, str, -1);
114}
115
116int mvaddstr(int y, int x, const char *str)
117{

Callers 3

vwprintwFunction · 0.85
wgetnstrFunction · 0.85
wgetn_wstrFunction · 0.85

Calls 1

waddnstrFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…