Searched refs:lexerror (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Derror2.h57 extern void lexerror(const char*);
H A Derror2.c76 lexerror - called by lexical analyzer upon failure to recognize a token
78 void lexerror(const char *s) function
H A Dsoapcpp2_lex.l168 lexerror("Invalid import directive");
173 . { lexerror("Skipping unknown symbol"); }
272 lexerror("Illegal character constant");
807 { lexerror("Ending-' missing in character constant");
818 { lexerror("Ending-\" missing in string");
H A Dlex.soapcpp2_lex.c1101 lexerror("Invalid import directive");
1122 { lexerror("Skipping unknown symbol"); }
2113 lexerror("Illegal character constant");
2648 { lexerror("Ending-' missing in character constant");
2659 { lexerror("Ending-\" missing in string");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/src/
H A Derror2.h57 extern void lexerror(const char*);
H A Derror2.c76 lexerror - called by lexical analyzer upon failure to recognize a token
78 void lexerror(const char *s) function
H A Dsoapcpp2_lex.l168 lexerror("Invalid import directive");
173 . { lexerror("Skipping unknown symbol"); }
272 lexerror("Illegal character constant");
807 { lexerror("Ending-' missing in character constant");
818 { lexerror("Ending-\" missing in string");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Derror2.h57 extern void lexerror(const char*);
H A Derror2.c76 lexerror - called by lexical analyzer upon failure to recognize a token
78 void lexerror(const char *s) function
H A Dsoapcpp2_lex.l168 lexerror("Invalid import directive");
173 . { lexerror("Skipping unknown symbol"); }
272 lexerror("Illegal character constant");
807 { lexerror("Ending-' missing in character constant");
818 { lexerror("Ending-\" missing in string");
H A Dlex.soapcpp2_lex.c1101 lexerror("Invalid import directive");
1122 { lexerror("Skipping unknown symbol"); }
2113 lexerror("Illegal character constant");
2648 { lexerror("Ending-' missing in character constant");
2659 { lexerror("Ending-\" missing in string");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/src/
H A Derror2.h57 extern void lexerror(const char*);
H A Derror2.c76 lexerror - called by lexical analyzer upon failure to recognize a token
78 void lexerror(const char *s) function
H A Dsoapcpp2_lex.l168 lexerror("Invalid import directive");
173 . { lexerror("Skipping unknown symbol"); }
272 lexerror("Illegal character constant");
807 { lexerror("Ending-' missing in character constant");
818 { lexerror("Ending-\" missing in string");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dllex.c49 static l_noret lexerror (LexState *ls, const char *msg, int token);
57 lexerror(ls, "lexical element too long", 0);
104 static l_noret lexerror (LexState *ls, const char *msg, int token) { function
115 lexerror(ls, msg, ls->t.token);
219 lexerror(ls, "malformed number", TK_NUMBER);
274 lexerror(ls, (seminfo) ? "unfinished long string" :
308 lexerror(ls, msg, TK_STRING);
345 lexerror(ls, "unfinished string", TK_EOS);
349 lexerror(ls, "unfinished string", TK_STRING);
436 else lexerror(l
[all...]

Completed in 199 milliseconds