Searched refs:SEE (Results 1 – 1 of 1) sorted by relevance
186 #define SEE(c) (MORE() && PEEK() == (c)) macro188 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)386 assert(!MORE() || SEE(stop)); in p_ere()419 if (!SEE(')')) in p_ere_exp()891 if (SEE('-') && MORE2() && PEEK2() != ']') { in p_b_term()