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

Function wvline_set

Utilities/cmpdcurses/pdcurses/border.c:381–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381int wvline_set(WINDOW *win, const cchar_t *wch, int n)
382{
383 PDC_LOG(("wvline_set() - called\n"));
384
385 return wch ? wvline(win, *wch, n) : ERR;
386}
387
388int vline_set(const cchar_t *wch, int n)
389{

Callers 3

vline_setFunction · 0.85
mvvline_setFunction · 0.85
mvwvline_setFunction · 0.85

Calls 1

wvlineFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…