HomeSort by: relevance | last modified time | path
    Searched refs:YYERROR (Results 1 - 7 of 7) sorted by relevancy

  /src/dist/pf/sbin/pfctl/
parse.y 263 int yyerror(const char *, ...);
513 yyerror("unknown ruleset-optimization %s", $$);
514 YYERROR;
522 YYERROR;
525 yyerror("unknown optimization %s", $3);
527 YYERROR;
544 YYERROR;
547 yyerror("error setting loginterface %s", $3);
549 YYERROR;
555 yyerror("hostid must be non-zero")
    [all...]
  /src/sbin/veriexecctl/
veriexecctl_parse.y 143 YYERROR;
184 YYERROR;
239 yyerror(const char *msg)
  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c 606 #define YYERROR goto yyerrorlab
609 /* Like YYERROR except do call yyerror. This remains here temporarily
610 to ease the transition to the new meaning of YYERROR, for GCC.
629 yyerror (YY_("syntax error: cannot back up")); \
630 YYERROR; \
927 quotes and backslashes, so that it's suitable for yyerror. The
1523 yyerror (YY_("syntax error"));
1547 yyerror (yymsg);
1551 yyerror (YY_("syntax error"))
    [all...]
dtparser.tab.c 688 #define YYERROR goto yyerrorlab
691 /* Like YYERROR except do call yyerror. This remains here temporarily
692 to ease the transition to the new meaning of YYERROR, for GCC.
711 yyerror (YY_("syntax error: cannot back up")); \
712 YYERROR; \
1009 quotes and backslashes, so that it's suitable for yyerror. The
1718 yyerror (YY_("syntax error"));
1742 yyerror (yymsg);
1746 yyerror (YY_("syntax error"))
    [all...]
prparser.tab.c 691 #define YYERROR goto yyerrorlab
694 /* Like YYERROR except do call yyerror. This remains here temporarily
695 to ease the transition to the new meaning of YYERROR, for GCC.
714 yyerror (YY_("syntax error: cannot back up")); \
715 YYERROR; \
1012 quotes and backslashes, so that it's suitable for yyerror. The
1728 yyerror (YY_("syntax error"));
1752 yyerror (yymsg);
1756 yyerror (YY_("syntax error"))
    [all...]
  /src/tools/m4/bootstrap/
parser.c 49 extern int yyerror(const char *);
349 #define YYERROR goto yyerrlab
417 yyerror("syntax error");
505 yyerror("division by zero");
515 yyerror("modulo zero");
644 yyerror("yacc stack overflow");
  /src/usr.bin/xlint/lint1/
cgram.y 1693 yyerror("Bad attribute");
1702 yyerror("Bad attribute");
2424 YYERROR;
2429 YYERROR;
2578 yyerror("Bad attribute");
2595 yyerror(const char *msg)

Completed in 30 milliseconds