MCPcopy 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
2790int yyerror(parseObj *p, const char *s) {
2791 msSetError(MS_PARSEERR, s, "yyparse()");
2792 return(0);
2793}
2794

Callers 2

yyparseFunction · 0.85
yylexFunction · 0.85

Calls 1

msSetErrorFunction · 0.85

Tested by

no test coverage detected