Searched refs:maxsp (Results 1 – 2 of 2) sorted by relevance
859 if( sp >= maxsp ) in PushWithoutError()860 maxsp = sp + 1; in PushWithoutError()936 if( sp >= maxsp ) in PushTempTokenWithoutError()937 maxsp = sp + 1; in PushTempTokenWithoutError()3373 nStackBase = sp = maxsp = 0; in Interpret()4031 while( maxsp-- ) in Interpret()
183 sal_uInt16 maxsp; // the maximal used stack pointer member in ScInterpreter
Completed in 33 milliseconds