Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/tools/makelcf/
Dtlcf.l115 static char* getSectionDot( int dotpos, const char* default_section ) in getSectionDot() function
154 return getSectionDot( 0, default_section ); // Do not search for a dot in getSection()
469 {IF_EXIST_SECTION} { tlcf_yylval.string = getSectionDot(3,NULL); RETURN(tIF_EXIST_SECTION); }
470 {IF_EXIST_STATIC} { tlcf_yylval.string = getSectionDot(3,NULL); RETURN(tIF_EXIST_STATIC); }
471 {IF_EXIST_AUTOLOAD} { tlcf_yylval.string = getSectionDot(3,NULL); RETURN(tIF_EXIST_AUTOLOAD); }
472 {IF_EXIST_OVERLAY} { tlcf_yylval.string = getSectionDot(3,NULL); RETURN(tIF_EXIST_OVERLAY); }