Lines Matching refs:SEE
118 #define SEE(c) (MORE() && PEEK() == (c))120 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)293 assert(!MORE() || SEE(stop));322 if (!SEE(')'))782 if (SEE('-') && MORE2() && PEEK2() != ']') {