Searched refs:IsDelim (Results 1 – 1 of 1) sorted by relevance
721 bool IsDelim; in nextUp() local725 IsDelim = isDelimiter(Stack[P-1]); in nextUp()726 } while (P < SS && IsDelim); in nextUp()727 assert(!IsDelim); in nextUp()736 bool IsDelim = isDelimiter(Stack[P-1]); in nextDown() local740 IsDelim = isDelimiter(Stack[P-1]); in nextDown()741 } while (P > 0 && IsDelim); in nextDown()742 assert(!IsDelim); in nextDown()