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