Searched refs:STACK_IS_NOT_EMPTY (Results 1 – 1 of 1) sorted by relevance
31 #define STACK_IS_NOT_EMPTY(scriptRun) (! STACK_IS_EMPTY(scriptRun)) macro310 while (STACK_IS_NOT_EMPTY(scriptRun) && TOP(scriptRun).pairIndex != pi) { in uscript_nextRun()314 if (STACK_IS_NOT_EMPTY(scriptRun)) { in uscript_nextRun()