Home
last modified time | relevance | path

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

/RevoEX-2.1/build/demos/nwc24demo/src/FLViewer/
DFLViewerUpdate.c61 static char GetInputChar ( u8* idxChar, const KPADStatus* input, const char* charLis…
867 *dst = GetInputChar( &idxAlphas, input, ALPHA_LIST, numAlphas, bStart ); in InputAlpha()
883 *dst = GetInputChar( &idxNumber, input, NUMBER_LIST, numNumbers, bStart ); in InputNumber()
894 *dst = GetInputChar( &idxNumber, input, NUMBER_LIST, numNumbers, bStart ); in InputHexNumber()
905 *dst = GetInputChar( &idxSymbol, input, SYMBOL_LIST, numSymbols, bStart ); in InputSymbol()
916 *dst = GetInputChar( &idxSymbol, input, SYMBOL_LIST, numSymbols, bStart ); in InputMailSymbol()
921 static char GetInputChar in GetInputChar() function