Home
last modified time | relevance | path

Searched refs:tlcf_yyerror (Results 1 – 6 of 6) sorted by relevance

/TwlSDK-5.4/build/tools/makelcf/
Dtlcf.y115 tlcf_yyerror( "Illegal IF-condition" ); in GetCompResult()
128 tlcf_yyerror( "Too deep if-else-endif block" ); in CondIf()
141 tlcf_yyerror( "Unresolved IF condition" ); in CondIf()
152 tlcf_yyerror( "IF-ELSE-ENDIF unmatched" ); in CondElse()
169 tlcf_yyerror( "IF-ELSE-ENDIF unmatched" ); in CondEndIf()
192 tlcf_yyerror( "Out of token buffer" ); in StoreToken()
208 tlcf_yyerror( "Out of stack level" ); in PushLoopStack()
227 tlcf_yyerror( "Unmatched foreach-end" ); in PopLoopStack()
Dmakelcf.h326 void tlcf_yyerror(const char *str);
Dtlcf.l103 void tlcf_yyerror( const char* str ) in tlcf_yyerror() function
504 tlcf_yyerror( "Unmatched foreach-end pair" );
/TwlSDK-5.4/build/tools/makelcf.TWL/
Dtlcf.y45 tlcf_yyerror( "Illegal IF-condition" ); in GetCompResult()
58 tlcf_yyerror( "Too deep if-else-endif block" ); in CondIf()
71 tlcf_yyerror( "Unresolved IF condition" ); in CondIf()
82 tlcf_yyerror( "IF-ELSE-ENDIF unmatched" ); in CondElse()
99 tlcf_yyerror( "IF-ELSE-ENDIF unmatched" ); in CondEndIf()
122 tlcf_yyerror( "Out of token buffer" ); in StoreToken()
138 tlcf_yyerror( "Out of stack level" ); in PushLoopStack()
157 tlcf_yyerror( "Unmatched foreach-end" ); in PopLoopStack()
Dmakelcf.h229 void tlcf_yyerror(const char *str);
Dtlcf.l27 void tlcf_yyerror( const char* str ) in tlcf_yyerror() function
503 tlcf_yyerror( "Unmatched foreach-end pair" );