Lines Matching refs:STAR
80 STAR = object()
89 if (not res) or res[-1] is not STAR:
90 add(STAR)
156 while i < n and inp[i] is not STAR:
159 # Now deal with STAR fixed STAR fixed ...
160 # For an interior `STAR fixed` pairing, we want to do a minimal
167 assert inp[i] is STAR
172 assert inp[i] is not STAR
174 while i < n and inp[i] is not STAR: