Searched refs:syntax (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/ |
H A D | dt_grammar.c | 1053 If YYTABLE_NINF, syntax error. */ 1304 yyerror (YY_("syntax error: cannot back up")); \ 1649 copied. As a special case, return 0 if an ordinary "syntax error" 1673 YY_("syntax error, unexpected %s"); 1674 YY_("syntax error, unexpected %s, expecting %s"); 1675 YY_("syntax error, unexpected %s, expecting %s or %s"); 1676 YY_("syntax error, unexpected %s, expecting %s or %s or %s"); 1677 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"); 1681 static char const yyunexpected[] = "syntax error, unexpected %s"; 1813 /* Number of syntax error [all...] |
/vbox/src/VBox/VMM/testcase/ |
H A D | tstAnimate.cpp | 607 static void syntax(void) function 635 syntax(); 657 syntax(); 747 syntax(); 758 syntax();
|
/vbox/src/VBox/Main/src-all/win/ |
H A D | comregister.cmd | 133 echo syntax error: Unknown option %1
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_lex.l | 616 <S0>. yyerror("syntax error near \"%c\"\n", yytext[0]); 682 <S2>. yyerror("syntax error near \"%c\"\n", yytext[0]); 714 <S3>. yyerror("syntax error near \"%c\"\n", yytext[0]); 720 * We use two main states for lexing because probe descriptions use a syntax 833 * wrong: a type_name followed by ++, --, [, or = is a syntax error.
|
/vbox/src/VBox/Debugger/ |
H A D | DBGCEval.cpp | 469 /* binary operators means syntax error. */ 709 /* If not the right kind of operator we've got a syntax error. */ 1104 * dbgcEvalSub will do stricter syntax checking later on.
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | parser.c | 4333 "Catalog PI syntax error: %s\n", 5027 * Validity constraints for attribute values syntax are checked in
|
Completed in 1668 milliseconds