Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c186 #define SEE(c) (MORE() && PEEK() == (c)) macro
188 #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()