Searched refs:NextCh (Results 1 – 1 of 1) sorted by relevance
963 #define NextCh( s, n ) (nCommandPos < sCommand.Len() ? sCommand.GetChar( nCommandPos++ ) : 0) in GetToken() macro973 if( 0 == ( ch = NextCh( sCommand, nCommandPos ) ) ) in GetToken()1067 while( 0 != ( ch = NextCh( sCommand, nCommandPos )) in GetToken()1090 while( 0 != ( ch = NextCh( sCommand, nCommandPos ) ) in GetToken()1106 while( 0 != (ch = NextCh( sCommand, nCommandPos )) && in GetToken()
Completed in 18 milliseconds