Home
last modified time | relevance | path

Searched refs:CondIf (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.4/build/tools/makelcf/
Dtlcf.y124 static BOOL CondIf(const char* id, const char* comp, const char* value) in CondIf() function
466 cond_if : tIF_OPEN tIF_ID tIF_COMP tIF_VALUE tIF_CLOSE { if (!CondIf( $2, $3, $4 )) YYABORT; }
467 | tIF_OPEN tIF_ID tIF_COMP tIF_CLOSE { if (!CondIf( $2, $3, "" )) YYABORT; }
/TwlSDK-5.4/build/tools/makelcf.TWL/
Dtlcf.y54 static BOOL CondIf(const char* id, const char* comp, const char* value) in CondIf() function
411 cond_if : tIF_OPEN tIF_ID tIF_COMP tIF_VALUE tIF_CLOSE { if (!CondIf( $2, $3, $4 )) YYABORT; }
412 | tIF_OPEN tIF_ID tIF_COMP tIF_CLOSE { if (!CondIf( $2, $3, "" )) YYABORT; }