Searched refs:getSectionDot (Results 1 – 1 of 1) sorted by relevance
115 static char* getSectionDot( int dotpos, const char* default_section ) in getSectionDot() function154 return getSectionDot( 0, default_section ); // Do not search for a dot in getSection()414 {IF_EXIST_SECTION} { tlcf_yylval.string = getSectionDot(3,NULL); RETURN(tIF_EXIST_SECTION); }415 {IF_EXIST_STATIC} { tlcf_yylval.string = getSectionDot(3,NULL); RETURN(tIF_EXIST_STATIC); }416 {IF_EXIST_AUTOLOAD} { tlcf_yylval.string = getSectionDot(3,NULL); RETURN(tIF_EXIST_AUTOLOAD); }417 {IF_EXIST_OVERLAY} { tlcf_yylval.string = getSectionDot(3,NULL); RETURN(tIF_EXIST_OVERLAY); }