Searched refs:YYERROR (Results 1 - 15 of 15) sorted by relevance

/haiku-fatelf/src/bin/gawk/intl/
H A Dplural.c482 #define YYERROR goto yyerrlab1 macro
483 /* Like YYERROR except do call yyerror. This remains here temporarily
484 to ease the transition to the new meaning of YYERROR, for GCC.
501 YYERROR; \
/haiku-fatelf/src/libs/print/libgutenprint/src/gutenprintui2/
H A Dprintrcy.c727 #define YYERROR goto yyerrorlab macro
730 /* Like YYERROR except do call yyerror. This remains here temporarily
731 to ease the transition to the new meaning of YYERROR, for GCC.
751 YYERROR; \
2004 | yyerrorlab -- error raised explicitly by YYERROR. |
2009 YYERROR and the label yyerrorlab therefore never appears in user
2015 this YYERROR. */
2024 | yyerrlab1 -- common code for both syntax error and YYERROR. |
/haiku-fatelf/src/libs/print/libgutenprint/src/testpattern/
H A Dtestpatterny.c865 #define YYERROR goto yyerrorlab macro
868 /* Like YYERROR except do call yyerror. This remains here temporarily
869 to ease the transition to the new meaning of YYERROR, for GCC.
889 YYERROR; \
2390 | yyerrorlab -- error raised explicitly by YYERROR. |
2395 YYERROR and the label yyerrorlab therefore never appears in user
2401 this YYERROR. */
2410 | yyerrlab1 -- common code for both syntax error and YYERROR. |
/haiku-fatelf/src/tools/stubgen/
H A Dparser.y57 * calling fatal(), we do a YYABORT or YYERROR to get out
911 { if (collectMemberInitList() != 0) YYERROR; } compound_statement
920 { if (collectMemberInitList() != 0) YYERROR; } compound_statement
932 { if (collectMemberInitList() != 0) YYERROR; } compound_statement
1207 : '{' { if (collectInlineDef() != 0) YYERROR; } '}'
/haiku-fatelf/src/bin/bash/lib/intl/
H A Dplural.c565 #define YYERROR goto yyerrorlab macro
568 /* Like YYERROR except do call yyerror. This remains here temporarily
569 to ease the transition to the new meaning of YYERROR, for GCC.
589 YYERROR; \
1405 | yyerrorlab -- error raised explicitly by YYERROR. |
1410 /* Pacify GCC when the user code never invokes YYERROR and the label
1423 | yyerrlab1 -- common code for both syntax error and YYERROR. |
/haiku-fatelf/src/bin/bc/bc/
H A Dbc.c544 #define YYERROR goto yyerrlab1 macro
545 /* Like YYERROR except do call yyerror.
547 transition to the new meaning of YYERROR, for GCC.
560 { yyerror ("syntax error: cannot back up"); YYERROR; } \
/haiku-fatelf/src/bin/gdb/gdb/
H A Dm2-exp.c873 #define YYERROR goto yyerrorlab macro
876 /* Like YYERROR except do call yyerror. This remains here temporarily
877 to ease the transition to the new meaning of YYERROR, for GCC.
897 YYERROR; \
2069 | yyerrorlab -- error raised explicitly by YYERROR. |
2074 /* Pacify GCC when the user code never invokes YYERROR and the label
2087 | yyerrlab1 -- common code for both syntax error and YYERROR. |
H A Dada-exp.c940 #define YYERROR goto yyerrorlab macro
943 /* Like YYERROR except do call yyerror. This remains here temporarily
944 to ease the transition to the new meaning of YYERROR, for GCC.
964 YYERROR; \
2177 | yyerrorlab -- error raised explicitly by YYERROR. |
2182 /* Pacify GCC when the user code never invokes YYERROR and the label
2195 | yyerrlab1 -- common code for both syntax error and YYERROR. |
H A Df-exp.c752 #define YYERROR goto yyerrorlab macro
755 /* Like YYERROR except do call yyerror. This remains here temporarily
756 to ease the transition to the new meaning of YYERROR, for GCC.
776 YYERROR; \
1939 | yyerrorlab -- error raised explicitly by YYERROR. |
1944 /* Pacify GCC when the user code never invokes YYERROR and the label
1957 | yyerrlab1 -- common code for both syntax error and YYERROR. |
H A Djv-exp.c803 #define YYERROR goto yyerrorlab macro
806 /* Like YYERROR except do call yyerror. This remains here temporarily
807 to ease the transition to the new meaning of YYERROR, for GCC.
827 YYERROR; \
1982 | yyerrorlab -- error raised explicitly by YYERROR. |
1987 /* Pacify GCC when the user code never invokes YYERROR and the label
2000 | yyerrlab1 -- common code for both syntax error and YYERROR. |
H A Dc-exp.c932 #define YYERROR goto yyerrorlab macro
935 /* Like YYERROR except do call yyerror. This remains here temporarily
936 to ease the transition to the new meaning of YYERROR, for GCC.
956 YYERROR; \
2596 | yyerrorlab -- error raised explicitly by YYERROR. |
2601 /* Pacify GCC when the user code never invokes YYERROR and the label
2614 | yyerrlab1 -- common code for both syntax error and YYERROR. |
H A Dobjc-exp.c916 #define YYERROR goto yyerrorlab macro
919 /* Like YYERROR except do call yyerror. This remains here temporarily
920 to ease the transition to the new meaning of YYERROR, for GCC.
940 YYERROR; \
2558 | yyerrorlab -- error raised explicitly by YYERROR. |
2563 /* Pacify GCC when the user code never invokes YYERROR and the label
2576 | yyerrlab1 -- common code for both syntax error and YYERROR. |
H A Dp-exp.c726 #define YYERROR goto yyerrorlab macro
729 /* Like YYERROR except do call yyerror. This remains here temporarily
730 to ease the transition to the new meaning of YYERROR, for GCC.
750 YYERROR; \
2010 | yyerrorlab -- error raised explicitly by YYERROR. |
2015 /* Pacify GCC when the user code never invokes YYERROR and the label
2028 | yyerrlab1 -- common code for both syntax error and YYERROR. |
/haiku-fatelf/src/bin/coreutils/lib/
H A Dgetdate.c896 #define YYERROR goto yyerrorlab macro
899 /* Like YYERROR except do call yyerror. This remains here temporarily
900 to ease the transition to the new meaning of YYERROR, for GCC.
928 YYERROR; \
2374 YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or
2377 case of YYERROR or YYBACKUP, subsequent parser actions might lead
2470 | yyerrorlab -- error raised explicitly by YYERROR. |
2475 YYERROR and the label yyerrorlab therefore never appears in user
2481 this YYERROR. */
2490 | yyerrlab1 -- common code for both syntax error and YYERROR
[all...]
/haiku-fatelf/src/bin/gawk/
H A Dawkgram.c983 #define YYERROR goto yyerrlab1 macro
985 /* Like YYERROR except do call yyerror. This remains here temporarily
986 to ease the transition to the new meaning of YYERROR, for GCC.
1006 YYERROR; \
2733 invokes YYERROR. */

Completed in 143 milliseconds