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

Function border

Utilities/cmpdcurses/pdcurses/border.c:187–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187int border(chtype ls, chtype rs, chtype ts, chtype bs, chtype tl,
188 chtype tr, chtype bl, chtype br)
189{
190 PDC_LOG(("border() - called\n"));
191
192 return wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br);
193}
194
195int box(WINDOW *win, chtype verch, chtype horch)
196{

Callers

nothing calls this directly

Calls 1

wborderFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…