Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MapServer/MapServer
/ yyerror
Function
yyerror
mapparser.c:2788–2791 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2786
p->expr->curtoken = p->expr->curtoken->next; /* re-position */
2787
return(token);
2788
}
2789
2790
int yyerror(parseObj *p, const char *s) {
2791
msSetError(MS_PARSEERR, s,
"yyparse()"
);
2792
return(0);
2793
}
2794
Callers
2
yyparse
Function · 0.85
yylex
Function · 0.85
Calls
1
msSetError
Function · 0.85
Tested by
no test coverage detected