Searched refs:IsDelim (Results 1 – 1 of 1) sorted by relevance
717 bool IsDelim; in nextUp() local721 IsDelim = isDelimiter(Stack[P - 1]); in nextUp()722 } while (P < SS && IsDelim); in nextUp()723 assert(!IsDelim); in nextUp()732 bool IsDelim = isDelimiter(Stack[P - 1]); in nextDown() local736 IsDelim = isDelimiter(Stack[P - 1]); in nextDown()737 } while (P > 0 && IsDelim); in nextDown()738 assert(!IsDelim); in nextDown()