Searched defs:yyerror (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dlibzer.c36 yyerror(const char *s) function
39 yyerror(s)
/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_main.c56 yyerror(char *msg) function
/illumos-gate/usr/src/lib/krb5/ss/
H A Dmk_cmds.c98 yyerror(s) function
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dmain.c376 yyerror(char *s) function
/illumos-gate/usr/src/cmd/eqn/
H A Dio.c246 yyerror(void) function
/illumos-gate/usr/src/cmd/tnf/prex/
H A Dsource.c245 * yyerror() -
252 yyerror(char *s) function
/illumos-gate/usr/src/cmd/oawk/
H A Dlib.c328 yyerror(char *s) function
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dlexer.c599 void yyerror(msg) function
/illumos-gate/usr/src/cmd/iconv/
H A Dscanner.c147 yyerror(_("ungetc failed"));
159 yyerror(_("malformed hex digit"));
164 yyerror(_("malformed hex digit"));
179 yyerror(_("malformed decimal digit"));
185 yyerror(_("malformed decimal digit"));
210 yyerror(_("malformed octal digit"));
216 yyerror(_("malformed octal digit"));
237 yyerror(_("out of memory"));
317 yyerror(_("max multibyte character size too big"));
325 yyerror(
645 yyerror(const char *msg) function
[all...]
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Desclex.c28 * expected by the yacc-generated parser (i.e. yylex() and yyerror()).
672 * yyerror()) and we tack on the tokens processed so far on the current
773 * yyerror -- report a pareser error, called yyerror because yacc wants it
777 yyerror(const char *s) function
/illumos-gate/usr/src/cmd/localedef/
H A Dscanner.c249 yyerror(_("ungetc failed"));
261 yyerror(_("malformed hex digit"));
266 yyerror(_("malformed hex digit"));
281 yyerror(_("malformed decimal digit"));
287 yyerror(_("malformed decimal digit"));
312 yyerror(_("malformed octal digit"));
318 yyerror(_("malformed octal digit"));
339 yyerror(_("out of memory"));
356 yyerror(_("out of memory"));
376 yyerror(
804 yyerror(const char *msg) function
[all...]
/illumos-gate/usr/src/cmd/expr/
H A Dexpr.c69 static void yyerror(char *);
253 yyerror("non-numeric argument");
284 yyerror("division by zero");
289 yyerror("division by zero");
410 yyerror("Too many '\\('s");
424 yyerror("string too long");
445 yyerror("invalid multibyte character encountered");
463 yyerror("RE error");
467 yyerror(char *s) function
533 yyerror("synta
[all...]
/illumos-gate/usr/src/cmd/awk/
H A Dlib.c506 yyerror(char *s) function
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c92 #undef yyerror macro
93 #define yyerror(MSG) macro
328 /* Like YYERROR except do call yyerror.
343 { yyerror ("syntax error: cannot back up"); YYERROR; } \
596 yyerror("parser stack overflow");
936 yyerror(msg);
940 yyerror ("parse error; also virtual memory exceeded");
944 yyerror("parse error");
/illumos-gate/usr/src/cmd/cron/
H A Dat.c106 void yyerror(void);
467 yyerror(void) function
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk1.c1154 yyerror(char *s, ...) function
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.c5125 yyerror(const char *format, ...) function

Completed in 119 milliseconds