Searched defs:tType (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
H A Dconsole.c261 TokenType_t tType; local
271 tType = Console_analizeToken( name );
273 return tType;
278 TokenType_t tType; local
325 tType = Console_analizeToken( buf );
327 return tType;
652 TokenType_t tType; local
682 tType = Console_getWord(pConsole, name, MAX_NAME_LEN );
683 switch( tType )

Completed in 58 milliseconds