Home
last modified time | relevance | path

Searched refs:SEE (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/ndk-stack/regex/
Dregcomp.c117 #define SEE(c) (MORE() && PEEK() == (c)) macro
119 #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()