Home
last modified time | relevance | path

Searched refs:yyerrorf (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/libkate/libkate-0.4.1/tools/
H A Dkate_parser.y139 int yyerrorf(const char *msg,...) in yyerrorf() function
213 yyerrorf("Named item not found: %s",name); in find_item()
247 yyerrorf("failed to load %s",filename); in load_palette()
333 yyerrorf("failed to load %s",filename); in load_bitmap()
350 yyerrorf("failed to load %s",filename); in load_bitmap()
470 yyerrorf("Out of memory"); in add_style()
477 yyerrorf("Failed to register style: %d",ret); in add_style()
510 yyerrorf("Out of memory"); in add_region()
561 yyerrorf("Failed to register curve: %d",ret); in add_curve()
1866 yyerrorf("failed to add motion: %d",ret); in kd_add_event_motion()
[all …]
H A Dkate_parser.c209 int yyerrorf(const char *msg,...) in yyerrorf() function
283 yyerrorf("Named item not found: %s",name); in find_item()
317 yyerrorf("failed to load %s",filename); in load_palette()
403 yyerrorf("failed to load %s",filename); in load_bitmap()
420 yyerrorf("failed to load %s",filename); in load_bitmap()
540 yyerrorf("Out of memory"); in add_style()
547 yyerrorf("Failed to register style: %d",ret); in add_style()
580 yyerrorf("Out of memory"); in add_region()
631 yyerrorf("Failed to register curve: %d",ret); in add_curve()
1936 yyerrorf("failed to add motion: %d",ret); in kd_add_event_motion()
[all …]
/dports/cad/p5-Verilog-Perl/Verilog-Perl-3.478/Preproc/
H A DVPreLex.l59 void yyerrorf(const char* format, ...) { in yyerrorf() function
148 <STRMODE>{crnl} { linenoInc(); yyerrorf("Unterminated string"); BEGIN(INITIAL); }
159 <STRIFY><<EOF>> { linenoInc(); yyerrorf("EOF in unterminated '\""); yyleng=0; yyterminate(); }
178 <PRTMODE><<EOF>> { linenoInc(); yyerrorf("EOF in `protected"); yyleng=0; yyterminate(); }
187 <INCMODE>{crnl} { linenoInc(); yyerrorf("Unterminated include filename"); BEGIN(INITIAL); }
240 <DEFCMT><<EOF>> { yyerrorf("EOF in '/* ... */' block comment\n"); yyleng=0; yyterminate(); }
246 <ARGMODE><<EOF>> { yyerrorf("EOF in define argument list\n"); yyleng = 0; yyterminate(); }
408 yyerrorf("Output buffer too small for a `line");
500 yyerrorf("Recursive `define or other nested inclusion");
519 yyerrorf("Recursive `define or other nested inclusion");
[all …]
/dports/cad/verilator/verilator-4.216/src/
H A DV3PreLex.l61 static void yyerrorf(const char* msg) { LEXP->curFilelinep()->v3error(msg); } in yyerrorf() function
250 <STRMODE><<EOF>> { FL_FWDC; linenoInc(); yyerrorf("EOF in unterminated string");
252 <STRMODE>{crnl} { FL_FWDC; linenoInc(); yyerrorf("Unterminated string");
267 <STRIFY><<EOF>> { FL_FWDC; linenoInc(); yyerrorf("EOF in unterminated '\"");
285 <PRTMODE><<EOF>> { FL_FWDC; linenoInc(); yyerrorf("EOF in `protected");
294 <INCMODE>{crnl} { FL_FWDC; linenoInc(); yyerrorf("Unterminated include filename");
356 <DEFCMT><<EOF>> { FL_FWDC; yyerrorf("EOF in '/* ... */' block comment\n");
363 <ARGMODE><<EOF>> { FL_FWDC; yyerrorf("EOF in define argument list\n");
516 yyerrorf("Output buffer too small for a `line"); // LCOV_EXCL_LINE
609 yyerrorf("Recursive `define or other nested inclusion");
[all …]
H A DV3PreLex.h94 # define yyerrorf V3PreLexerrorf macro
/dports/games/ldmud/ldmud-3.3.720/src/
H A Dprolang.y1077 yyerrorf (const char *format, ...) in yyerrorf() function
1625 yyerrorf("%s: \"%s\"", str, p); in type_error()
2415 yyerrorf(s1, buff); in yycerrorl()
3155 yyerrorf( in define_new_function()
4384 yyerrorf("Too many members for struct '%s'" in add_struct_member()
4600 yyerrorf("Too many elements for struct '%s'" in create_struct_literal()
6634 yyerrorf("Can't call master::%s for "
9546 yyerrorf("Bad arguments to '+': %s"
13482 yyerrorf("Can't call master::%s for "
13539 yyerrorf("Can't call master::%s for "
[all …]
H A Dprolang.h22 extern void yyerrorf VARPROT((const char *format, ...), printf, 1, 2);
H A Dlex.c1898 yyerrorf("Out of memory: identifer '%s'", s); in make_global_identifier()
2780 yyerrorf("Illegal to include file '%s'.", name); in open_include_file()
3137 yyerrorf("Cannot #include '%s'", name); in handle_include()
4045 yyerrorf("Undefined function: %.50s::%.50s" in closure()
4089 yyerrorf( in closure()
4110 yyerrorf("Undefined function: %.50s", wordstart); in closure()
4138 yyerrorf( in closure()
4151 yyerrorf("Can't call master::%s for " in closure()
4177 yyerrorf( in closure()
4218 yyerrorf("closure of virtual variable"); in closure()
[all …]
/dports/cad/p5-Verilog-Perl/Verilog-Perl-3.478/Parser/
H A DVParseLex.l46 #define ECHO yyerrorf("Missing VParseLex.l rule: ECHO rule invoked in state %d: %s", YY_START, yyte…
77 void yyerrorf(const char* format, ...) { in yyerrorf() function
579 <STRING><<EOF>> { yyerrorf("EOF in unterminated string"); yyleng = 0; yy_pop_state(); }
580 <STRING>{crnl} { yyerrorf("Unterminated string"); NEXTLINE(); }
595 <CMTMODE><<EOF>> { yyerrorf("EOF in '/* ... */' block comment");
607 <PROTMODE><<EOF>> { yyerrorf("EOF in `protected");
616 <ATTRMODE><<EOF>> { yyerrorf("EOF in (*");
680 if (LPARSEP->sigParser()) { yyerrorf("Define or directive not defined: %s",yytext); }
690 <*>.|\n { yyerrorf("Missing VParseLex.l rule: Default rule invoked in state %d: %s", YY_START…
885 else yyerrorf("Unknown setLanguage code: %s", value);
/dports/cad/p5-Verilog-Perl/Verilog-Perl-3.478/Preproc/gen/
H A Dflex-11401 void yyerrorf(const char* format, ...) {
1829 { linenoInc(); yyerrorf("Unterminated string"); BEGIN(INITIAL); }
1868 { linenoInc(); yyerrorf("EOF in unterminated '\""); yyleng=0; yyterminate(); }
1954 { linenoInc(); yyerrorf("EOF in `protected"); yyleng=0; yyterminate(); }
1991 { linenoInc(); yyerrorf("Unterminated include filename"); BEGIN(INITIAL); }
2193 { yyerrorf("EOF in '/* ... */' block comment\n"); yyleng=0; yyterminate(); }
2213 { yyerrorf("EOF in define argument list\n"); yyleng = 0; yyterminate(); }
2377 { yyerrorf("EOF in '/* ... */' block comment\n"); yyleng=0; yyterminate(); }
3587 yyerrorf("Output buffer too small for a `line");
3679 yyerrorf("Recursive `define or other nested inclusion");
[all …]
/dports/cad/p5-Verilog-Perl/Verilog-Perl-3.478/Parser/gen/
H A Dflex-12308 #define ECHO yyerrorf("Missing VParseLex.l rule: ECHO rule invoked in state %d: %s", YY_START, yyte…
2339 void yyerrorf(const char* format, ...) {
4602 { yyerrorf("EOF in unterminated string"); yyleng = 0; yy_pop_state(); }
4608 { yyerrorf("Unterminated string"); NEXTLINE(); }
4667 { yyerrorf("EOF in '/* ... */' block comment");
4706 { yyerrorf("EOF in `protected");
4734 { yyerrorf("EOF in (*");
4971 if (LPARSEP->sigParser()) { yyerrorf("Define or directive not defined: %s",yytext); }
5001 { yyerrorf("Missing VParseLex.l rule: Default rule invoked in state %d: %s", YY_START, yytext); }
6418 else yyerrorf("Unknown setLanguage code: %s", value);
/dports/games/ldmud/ldmud-3.3.720/
H A DCHANGELOG8202 and yyerrorf() has to use VAR_PROT() in the prototype.