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

Function insertln

Utilities/cmpdcurses/pdcurses/deleteln.c:186–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186int insertln(void)
187{
188 PDC_LOG(("insertln() - called\n"));
189
190 return winsertln(stdscr);
191}
192
193int mvinsertln(int y, int x)
194{

Callers

nothing calls this directly

Calls 1

winsertlnFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…