Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dinterpr4.cxx3370 sal_uInt16 nStackBase; in Interpret() local
3373 nStackBase = sp = maxsp = 0; in Interpret()
3407 nStackBase = sp - pCur->GetParamCount(); in Interpret()
3408 if ( nStackBase > sp ) in Interpret()
3409 nStackBase = sp; // underflow?!? in Interpret()
3410 sp = nStackBase; in Interpret()
3432 nStackBase = sp; in Interpret()
3435 nStackBase = sp - pCur->GetParamCount(); in Interpret()
3437 if ( nStackBase > sp ) in Interpret()
3438 nStackBase = sp; // underflow?!? in Interpret()
[all …]

Completed in 32 milliseconds