Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
186
int insertln(void)
187
{
188
PDC_LOG((
"insertln() - called\n"
));
189
190
return winsertln(stdscr);
191
}
192
193
int mvinsertln(int y, int x)
194
{
Callers
nothing calls this directly
Calls
1
winsertln
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…