Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/bastyp/
H A Dcalc.cxx963 #define NextCh( s, n ) (nCommandPos < sCommand.Len() ? sCommand.GetChar( nCommandPos++ ) : 0) in GetToken() macro
973 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 21 milliseconds