Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c185 #define MORE2() (p->next+1 < p->end) macro
187 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b))
486 (c == '{' && MORE2() && isdigit((unsigned char)PEEK2())) )) in p_ere_exp()
536 (c == '{' && MORE2() && isdigit((unsigned char)PEEK2())) ) ) in p_ere_exp()
853 c = (MORE2()) ? PEEK2() : '\0'; in p_b_term()
887 if (SEE('-') && MORE2() && PEEK2() != ']') { in p_b_term()