Home
last modified time | relevance | path

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

/reactos/dll/win32/jscript/
H A Dregexp.c806 INT operandSP) in ProcessOp() argument
815 result->kid = operandStack[operandSP - 2]; in ProcessOp()
817 operandStack[operandSP - 2] = result; in ProcessOp()
871 result = operandStack[operandSP - 2]; in ProcessOp()
874 result->next = operandStack[operandSP - 1]; in ProcessOp()
1686 if (operatorSP >= operandSP) { in ParseRegExp()
1783 --operandSP; in ParseRegExp()
1785 assert(operandSP == 1); in ParseRegExp()
1802 --operandSP; in ParseRegExp()
1839 assert(operandSP); in ParseRegExp()
[all …]
/reactos/dll/win32/vbscript/
H A Dregexp.c806 INT operandSP) in ProcessOp() argument
815 result->kid = operandStack[operandSP - 2]; in ProcessOp()
817 operandStack[operandSP - 2] = result; in ProcessOp()
871 result = operandStack[operandSP - 2]; in ProcessOp()
874 result->next = operandStack[operandSP - 1]; in ProcessOp()
1686 if (operatorSP >= operandSP) { in ParseRegExp()
1783 --operandSP; in ParseRegExp()
1785 assert(operandSP == 1); in ParseRegExp()
1802 --operandSP; in ParseRegExp()
1839 assert(operandSP); in ParseRegExp()
[all …]