Home | History | Annotate | Download | only in Support

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));
321 if (!SEE(')'))
754 if (SEE('-') && MORE2() && PEEK2() != ']') {