Home
last modified time | relevance | path

Searched refs:yyPerror (Results 1 – 2 of 2) sorted by relevance

/original-bsd/usr.bin/pascal/src/
H A Dpas.y147 yyPerror("Malformed program statement", PPROG);
175 yyPerror("Malformed declaration", PDECL);
231 yyPerror("Malformed const declaration", PDECL);
253 yyPerror("Malformed type declaration", PDECL);
275 yyPerror("Malformed var declaration", PDECL);
463 = yyPerror("Malformed record declaration", PDECL);
495 = yyPerror("Malformed record declaration", PDECL);
554 yyPerror("Malformed statement in case", PSTAT);
652 yyPerror("Malformed statement", PSTAT);
670 yyPerror("Missing/malformed expression", PEXPR);
H A Dyypanic.c35 yyPerror(cp, kind) in yyPerror() function