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

Function box

Utilities/cmpdcurses/pdcurses/border.c:195–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195int box(WINDOW *win, chtype verch, chtype horch)
196{
197 PDC_LOG(("box() - called\n"));
198
199 return wborder(win, verch, verch, horch, horch, 0, 0, 0, 0);
200}
201
202int whline(WINDOW *win, chtype ch, int n)
203{

Callers

nothing calls this directly

Calls 1

wborderFunction · 0.85

Tested by

no test coverage detected