Home
last modified time | relevance | path

Searched refs:lex_error_message (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dasn1parse.y254 { lex_error_message("automatic tagging is not supported"); }
259 { lex_error_message("no extensibility options supported"); }
364 lex_error_message("Non-integer used in first part of range");
366 lex_error_message("Non-integer in second part of range");
374 lex_error_message("Non-integer in first part of range");
382 lex_error_message("Non-integer in second part of range");
390 lex_error_message("Non-integer used in limit");
483 lex_error_message("can't use a negative SIZE range "
525 lex_error_message("can't use a negative SIZE range "
572 lex_error_message ("%s is not a type\n", $1);
[all …]
H A Dlex.l264 lex_error_message("malformed constant (%s)", yytext);
276 . { lex_error_message("Ignoring char(%c)\n", *yytext); }
286 lex_error_message (const char *format, ...) in lex_error_message() function
300 lex_error_message("unterminated %s, possibly started on line %d\n", type, start_lineno); in unterminated()
H A Dasn1parse.c1705 { lex_error_message("automatic tagging is not supported"); } in yyparse()
1711 { lex_error_message("no extensibility options supported"); } in yyparse()
1784 lex_error_message("Non-integer used in first part of range"); in yyparse()
1786 lex_error_message("Non-integer in second part of range"); in yyparse()
1798 lex_error_message("Non-integer in first part of range"); in yyparse()
1810 lex_error_message("Non-integer in second part of range"); in yyparse()
1822 lex_error_message("Non-integer used in limit"); in yyparse()
1946 lex_error_message("can't use a negative SIZE range " in yyparse()
2003 lex_error_message("can't use a negative SIZE range " in yyparse()
2058 lex_error_message ("%s is not a type\n", (yyvsp[0].name)); in yyparse()
[all …]
H A Dlex.h40 void lex_error_message (const char *, ...)
H A Dsymbol.c98 lex_error_message("%s is still undefined\n", s->name); in checkfunc()
H A Dlex.c1664 lex_error_message("malformed constant (%s)", yytext);
1701 { lex_error_message("Ignoring char(%c)\n", *yytext); }
2723 lex_error_message (const char *format, ...) in lex_error_message() function
2737 lex_error_message("unterminated %s, possibly started on line %d\n", type, start_lineno); in unterminated()
H A Dgen_decode.c148 lex_error_message("%s is imported or still undefined, " in find_tag()