Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MapServer/MapServer
/ msyyfree
Function
msyyfree
maplexer.c:5199–5202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5197
}
5198
5199
void msyyfree (void * ptr )
5200
{
5201
free( (char *) ptr ); /* see msyyrealloc() for (char *) cast */
5202
}
5203
5204
#define YYTABLES_NAME
"yytables"
5205
Callers
2
msyy_delete_buffer
Function · 0.85
msyylex_destroy
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected