Lines Matching refs:SEE
126 #define SEE(c) (MORE() && PEEK() == (c))128 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)301 assert(!MORE() || SEE(stop));330 if (!SEE(')'))790 if (SEE('-') && MORE2() && PEEK2() != ']') {