Searched refs:LIMIT_INC (Results 1 – 1 of 1) sorted by relevance
25 #define LIMIT_INC(sp) (((sp) < PAREN_STACK_DEPTH)? (sp) + 1 : PAREN_STACK_DEPTH) macro80 scriptRun->pushCount = LIMIT_INC(scriptRun->pushCount); in push()81 scriptRun->fixupCount = LIMIT_INC(scriptRun->fixupCount); in push()