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