HomeSort by: relevance | last modified time | path
    Searched defs:yyerror (Results 1 - 25 of 145) sorted by relevancy

1 2 3 4 5 6

  /src/lib/liby/
yyerror.c 33 static char sccsid[] = "@(#)yyerror.c 8.1 (Berkeley) 6/4/93";
35 __RCSID("$NetBSD: yyerror.c,v 1.9 2012/03/21 10:10:37 matt Exp $");
42 int yyerror(char *);
45 yyerror(char *msg) function
  /src/usr.bin/m4/
expr.c 34 extern int yyerror(const char *);
37 yyerror(const char *msg) function
  /src/usr.bin/menuc/
util.c 55 yyerror(const char *fmt, ...) function
  /src/external/bsd/pcc/dist/pcc/f77/fcom/
error.c 72 yyerror(s) function
  /src/usr.sbin/gspa/gspa/
gspa.c 280 yyerror(const char *errs) function
  /src/external/bsd/bc/dist/
util.c 187 yyerror ("duplicate parameter names");
206 yyerror ("duplicate auto variable names");
210 yyerror ("* not allowed here");
225 yyerror ("variable in both parameter and auto lists");
582 yyerror ("Too many array variables");
604 yyerror ("Too many functions");
622 yyerror ("Too many variables");
628 yyerror ("End of util.c/lookup() reached. Please report this bug.");
679 /* The standard yyerror routine. Built with variable number of argumnets. */
684 yyerror (const char *str, ... function
    [all...]
  /src/external/bsd/byacc/dist/test/
expr.oxout.h 51 #undef yyerror macro
  /src/external/bsd/byacc/dist/test/yacc/
rename_debug.c 141 yyerror(const char* s) function
203 #define YYERROR goto yyerrlab
code_calc.code.c 27 #ifndef yyerror
28 #define yyerror calc_error macro
29 #endif /* yyerror */
111 static void yyerror(const char *s);
143 /* Parameters sent to yyerror. */
145 #define YYERROR_DECL() yyerror(const char *s)
148 #define YYERROR_CALL(msg) yyerror(msg)
237 yyerror(const char *s) function
324 #define YYERROR goto yyerrlab
code_error.code.c 27 #ifndef yyerror
28 #define yyerror error_error macro
29 #endif /* yyerror */
106 static void yyerror(const char *);
138 /* Parameters sent to yyerror. */
140 #define YYERROR_DECL() yyerror(const char *s)
143 #define YYERROR_CALL(msg) yyerror(msg)
232 yyerror(const char* s) function
294 #define YYERROR goto yyerrlab
defines1.calc.c 30 static void yyerror(const char *s);
65 /* Parameters sent to yyerror. */
67 #define YYERROR_DECL() yyerror(const char *s)
70 #define YYERROR_CALL(msg) yyerror(msg)
265 yyerror(const char *s) function
352 #define YYERROR goto yyerrlab
defines2.calc.c 30 static void yyerror(const char *s);
65 /* Parameters sent to yyerror. */
67 #define YYERROR_DECL() yyerror(const char *s)
70 #define YYERROR_CALL(msg) yyerror(msg)
265 yyerror(const char *s) function
352 #define YYERROR goto yyerrlab
defines3.calc.c 30 static void yyerror(const char *s);
65 /* Parameters sent to yyerror. */
67 #define YYERROR_DECL() yyerror(const char *s)
70 #define YYERROR_CALL(msg) yyerror(msg)
265 yyerror(const char *s) function
352 #define YYERROR goto yyerrlab
err_syntax10.tab.c 27 #ifndef yyerror
28 #define yyerror err_syntax10_error macro
29 #endif /* yyerror */
104 static void yyerror(const char *);
128 /* Parameters sent to yyerror. */
130 #define YYERROR_DECL() yyerror(const char *s)
133 #define YYERROR_CALL(msg) yyerror(msg)
255 yyerror(const char* s) function
317 #define YYERROR goto yyerrlab
stdin1.calc.c 30 static void yyerror(const char *s);
65 /* Parameters sent to yyerror. */
67 #define YYERROR_DECL() yyerror(const char *s)
70 #define YYERROR_CALL(msg) yyerror(msg)
265 yyerror(const char *s) function
352 #define YYERROR goto yyerrlab
stdin2.calc.c 30 static void yyerror(const char *s);
65 /* Parameters sent to yyerror. */
67 #define YYERROR_DECL() yyerror(const char *s)
70 #define YYERROR_CALL(msg) yyerror(msg)
265 yyerror(const char *s) function
352 #define YYERROR goto yyerrlab
calc.tab.c 27 #ifndef yyerror
28 #define yyerror calc_error macro
29 #endif /* yyerror */
110 static void yyerror(const char *s);
141 /* Parameters sent to yyerror. */
143 #define YYERROR_DECL() yyerror(const char *s)
146 #define YYERROR_CALL(msg) yyerror(msg)
341 yyerror(const char *s) function
428 #define YYERROR goto yyerrlab
  /src/external/bsd/ipf/dist/tools/
lexer.c 653 void yyerror(msg) function
  /src/external/gpl3/binutils/dist/binutils/
mclex.c 116 yyerror (const char *s) function
  /src/external/gpl3/binutils.old/dist/binutils/
mclex.c 116 yyerror (const char *s) function
  /src/external/gpl3/gdb/dist/gdb/
yy-remap.h 21 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror,
45 #define yyerror GDB_YY_REMAP (yyerror) macro
  /src/external/gpl3/gdb.old/dist/gdb/
yy-remap.h 21 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror,
45 #define yyerror GDB_YY_REMAP (yyerror) macro
  /src/external/bsd/unbound/dist/util/
configyyrename.h 17 #define yyerror ub_c_error macro
  /src/bin/ksh/
lex.c 621 yyerror("no closing quote\n");
824 yyerror("here document `%s' unclosed\n", eof);
839 yyerror(const char *fmt, ...) function
1242 yyerror("missing ]\n");
  /src/external/bsd/byacc/dist/test/btyacc/
rename_debug.c 250 yyerror(const char* s) function
377 #define YYERROR goto yyerrlab
682 /* explicit YYERROR from an action -- pop the rhs of the rule reduced
916 /* just in case YYERROR is invoked within the action, save

Completed in 54 milliseconds

1 2 3 4 5 6