Searched refs:IsDelim (Results 1 – 1 of 1) sorted by relevance
716 bool IsDelim; in nextUp() local720 IsDelim = isDelimiter(Stack[P - 1]); in nextUp()721 } while (P < SS && IsDelim); in nextUp()722 assert(!IsDelim); in nextUp()731 bool IsDelim = isDelimiter(Stack[P - 1]); in nextDown() local735 IsDelim = isDelimiter(Stack[P - 1]); in nextDown()736 } while (P > 0 && IsDelim); in nextDown()737 assert(!IsDelim); in nextDown()