Searched refs:CondIf (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.2.1/build/tools/makelcf/ |
| D | tlcf.y | 124 static BOOL CondIf(const char* id, const char* comp, const char* value) in CondIf() function 433 cond_if : tIF_OPEN tIF_ID tIF_COMP tIF_VALUE tIF_CLOSE { if (!CondIf( $2, $3, $4 )) YYABORT; } 434 | tIF_OPEN tIF_ID tIF_COMP tIF_CLOSE { if (!CondIf( $2, $3, "" )) YYABORT; }
|
| /TwlSDK-5.2.1/build/tools/makelcf.TWL/ |
| D | tlcf.y | 54 static BOOL CondIf(const char* id, const char* comp, const char* value) in CondIf() function 377 cond_if : tIF_OPEN tIF_ID tIF_COMP tIF_VALUE tIF_CLOSE { if (!CondIf( $2, $3, $4 )) YYABORT; } 378 | tIF_OPEN tIF_ID tIF_COMP tIF_CLOSE { if (!CondIf( $2, $3, "" )) YYABORT; }
|