Searched refs:subPtr (Results 1 – 1 of 1) sorted by relevance
653 char* subPtr = NULL; in TCGetKeyNum() local670 subPtr = subStr; // collect base-10 digits from in TCGetKeyNum()672 …while( *subPtr != '\0' ) // *subStr to the first non-digit value … in TCGetKeyNum()674 if( (isdigit(*subPtr)) != 0 ) in TCGetKeyNum()677 *numPtr++ = *subPtr++; in TCGetKeyNum()