Home
last modified time | relevance | path

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

/dports/lang/newlisp/newlisp-10.7.5/
H A Dnewlisp.c251 UINT * resultStackTop; variable
1492 resultStackTop = resultStack + MAX_RESULT_STACK; in initStacks()
1671 if(resultStackIdx > resultStackTop) in evaluateExpression()
4670 if(resultStackIdx > resultStackTop - 256) in sysEvalString()