Home | History | Annotate | Download | only in regex

Lines Matching refs:SEE

117 #define	SEE(c)	(MORE() && PEEK() == (c))
119 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
285 assert(!MORE() || SEE(stop));
313 if (!SEE(')'))
746 if (SEE('-') && MORE2() && PEEK2() != ']') {