Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/tools/makelcf/
Dtlcf.l115 static char* getSectionDot( int dotpos, const char* default_section ) in getSectionDot() argument
149 return default_section ? strdup( default_section ) : NULL; in getSectionDot()
152 static char* getSection( const char* default_section ) in getSection() argument
154 return getSectionDot( 0, default_section ); // Do not search for a dot in getSection()
/TwlSDK-5.1.0/build/tools/makelcf.TWL/
Dtlcf.l39 static char* getSection( const char* default_section ) in getSection() argument
68 return default_section ? strdup( default_section ) : NULL; in getSection()