Lines Matching refs:pStack

862             pStack[ sp ]->DecRef();  in PushWithoutError()
863 pStack[ sp ] = (ScToken*) &r; in PushWithoutError()
939 pStack[ sp ]->DecRef(); in PushTempTokenWithoutError()
940 pStack[ sp ] = p; in PushTempTokenWithoutError()
1018 if (pStack[sp]->GetType() == svError) in PopError()
1019 nGlobalError = pStack[sp]->GetError(); in PopError()
1032 FormulaToken* p = pStack[ sp ]; in PopToken()
1051 FormulaToken* p = pStack[ sp ]; in PopDouble()
1080 FormulaToken* p = pStack[ sp ]; in PopString()
1162 FormulaToken* p = pStack[ sp ]; in PopSingleRef()
1191 FormulaToken* p = pStack[ sp ]; in PopSingleRef()
1246 FormulaToken* p = pStack[sp]; in PopDoubleRef()
1282 FormulaToken* p = pStack[ sp ]; in PopDoubleRef()
1328 formula::FormulaToken* pToken = pStack[ sp-1 ]; in PopDoubleRef()
1379 FormulaToken* p = pStack[ sp ]; in PopDoubleRef()
1457 FormulaToken* p = pStack[ sp - i ]; in ConvertMatrixParameters()
1520 pStack[ sp - i ] = pNew; in ConvertMatrixParameters()
1562 FormulaToken* p = pStack[ --sp ]; in ConvertMatrixParameters()
1587 FormulaToken* p = pStack[ sp ]; in PopMatrix()
1739 return sp && pStack[sp - 1]->GetType() == svMissing; in IsMissing()
1749 eRes = pStack[sp - 1]->GetType(); in GetRawStackType()
1766 eRes = pStack[sp - 1]->GetType(); in GetStackType()
1785 eRes = pStack[sp - nParam]->GetType(); in GetStackType()
3323 pStack = pStackObj->pPointer; in ScInterpreter()
3775 …if (sp > nStackBase && pStack[sp-1]->GetOpCode() == ocCall && pStack[sp-1]->GetType() == svSubrout… in Interpret()
3799 pStack[sp-1])); in Interpret()
3817 const FormulaToken* pLocalResult = pStack[ sp - 1 ]; in Interpret()
3892 pCur = pStack[ sp-1 ]; in Interpret()
4030 FormulaToken** p = pStack; in Interpret()