MCPcopy Index your code
hub / github.com/MapServer/MapServer / msyywrap

Function msyywrap

maplexer.c:5214–5217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5212*/
5213
5214int msyywrap() /* override */
5215{
5216 return(1);
5217}
5218
5219int msyyerror(char *s) {
5220 msSetError(MS_PARSEERR, s, "msyyparse()");

Callers 2

maplexer.cFile · 0.85
inputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected