Home
last modified time | relevance | path

Searched refs:yyerror (Results 226 – 250 of 253) sorted by relevance

1234567891011

/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y1335 yyerror(NULL);
1343 yyerror(char *s)
/freebsd/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.tab.c28 #ifndef yyerror
29 #define yyerror demo_error macro
205 #define YYERROR_DECL() yyerror(YYLTYPE *loc, const char *s)
208 #define YYERROR_CALL(msg) yyerror(&yylloc, msg)
H A Drename_debug.c235 yyerror(const char* s) in yyerror() function
/freebsd/contrib/unbound/contrib/
H A Daaaa-filter-iterator.patch399 yyerror("out of memory");
406 + yyerror("expected yes or no.");
H A Dfastrpz.patch3256 + yyerror("expected yes or no.");
3267 + if(asprintf(&new_cstr, "%s\nzone %s", old_cstr?old_cstr:"", $2) == -1) {new_cstr = NULL; yyerror
3269 + yyerror("out of memory");
3280 + if(asprintf(&new_cstr, "%s\n%s", old_cstr ? old_cstr : "", $2) == -1) {new_cstr = NULL; yyerror(…
3282 + yyerror("out of memory");
/freebsd/sbin/ipf/ipscan/
H A Dipscan_y.y20 extern void yyerror(char *);
/freebsd/contrib/flex/src/
H A Dflexdef.h977 extern void yyerror(const char *); /* report a parse error */
H A Dparse.y1079 void yyerror( const char *msg ) in yyerror() function
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dparse.y759 yyerror(const char *str) in yyerror() function
/freebsd/sbin/ipf/common/
H A Dlexer.c647 yyerror(char *msg) in yyerror() function
/freebsd/crypto/heimdal/lib/sl/
H A DChangeLog184 * parse.y (yyerror): static-ize
H A Dslc-lex.c1789 yyerror (char *s) in yyerror() function
/freebsd/contrib/byacc/test/
H A Dexpr.oxout.y21 extern void yyerror(const char *);
/freebsd/contrib/byacc/package/debian/
H A Dchangelog330 * corrected yyerror use of %parse-param data
/freebsd/usr.bin/bc/
H A Dbc.y967 yyerror(const char *s) in yyerror() function
/freebsd/contrib/one-true-awk/
H A Dlib.c672 void yyerror(const char *s) in yyerror() function
/freebsd/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y1615 yyerror(const char *msg) in yyerror() function
/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y1933 yyerror(const char *string) in yyerror() function
/freebsd/contrib/libpcap/
H A Dgrammar.y.in253 yyerror(void *yyscanner _U_, compiler_state_t *cstate, const char *msg) function
/freebsd/sbin/ipf/iplang/
H A Diplang_y.y150 void yyerror(char *);
/freebsd/crypto/heimdal/lib/hx509/
H A DChangeLog35 * sel.h: rename yyerror to sel_yyerror in the whole library, not
38 * sel-lex.l: rename yyerror to sel_yyerror in the whole library,
43 * sel-lex.l: Rename yyerror to sel_yyerror and make it static.
/freebsd/contrib/byacc/
H A DREADME.BTYACC19 & "yyerror_detailed()") is subsumed by the bison-compatible "yyerror()"
H A DCHANGES2640 is intentionally inconsistent with yyparse/yyerror, for "compatibility" with
3271 … Shield's btyacc changes, getting rid of special cases for generating two yyerror calls in skeleton
4455 byacc already declares yyerror
4705 use byacc's YYLEX_DECL/YYERROR_DECL symbols to prototype yylex/yyerror
4757 corrected use of %parse-param value in yyerror(); it doesn't use &yylval
4791 * output.c: generate yyerror() calls in output.c
4792 This is for compatibility with bison, which passes the yylval to yyerror
4795 * skeleton.c, defs.h: generate yyerror() calls in output.c
/freebsd/libexec/ftpd/
H A Dftpd.c2561 yyerror(char *s) in yyerror() function
/freebsd/crypto/heimdal/lib/asn1/
H A DChangeLog760 * parse.y: Const poision yyerror.

1234567891011