Searched refs:IsDelim (Results 1 – 1 of 1) sorted by relevance
722 bool IsDelim; in nextUp() local726 IsDelim = isDelimiter(Stack[P-1]); in nextUp()727 } while (P < SS && IsDelim); in nextUp()728 assert(!IsDelim); in nextUp()737 bool IsDelim = isDelimiter(Stack[P-1]); in nextDown() local741 IsDelim = isDelimiter(Stack[P-1]); in nextDown()742 } while (P > 0 && IsDelim); in nextDown()743 assert(!IsDelim); in nextDown()