Home
last modified time | relevance | path

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

/freebsd/lib/libc/regex/
H A Dregcomp.c171 #define PEEK2() (*(p->next+1)) macro
175 #define SEETWO(a, b) (MORE2() && PEEK() == (a) && PEEK2() == (b))
561 (c == '{' && MORE2() && isdigit((uch)PEEK2())) in p_ere_exp()
570 (isdigit((uch)PEEK2()) || PEEK2() == ','), REG_BADRPT); in p_ere_exp()
620 (c == '{' && MORE2() && isdigit((uch)PEEK2())) ) ) in p_ere_exp()
1103 c = (MORE2()) ? PEEK2() : '\0';
1134 if (SEE('-') && MORE2() && PEEK2() != ']') {
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c251 #define PEEK2() (*(p->next+1)) macro
255 #define SEETWO(a, b) (MORE2() && PEEK() == (a) && PEEK2() == (b))
552 (c == '{' && MORE2() && isdigit((uch)PEEK2())) )) in p_ere_exp()
602 (c == '{' && MORE2() && isdigit((uch)PEEK2())) ) ) in p_ere_exp()
887 c = (MORE2()) ? PEEK2() : '\0'; in p_b_term()
920 if (SEE('-') && MORE2() && PEEK2() != ']') { in p_b_term()
/freebsd/contrib/nvi/regex/
H A Dregcomp.c138 #define PEEK2() (*(p->next+1)) macro
142 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b))
425 (c == '{' && MORE2() && ISDIGIT((UCHAR_T)PEEK2())) )) in p_ere_exp()
475 (c == '{' && MORE2() && ISDIGIT((UCHAR_T)PEEK2())) ) ) in p_ere_exp()
773 c = (MORE2()) ? PEEK2() : '\0'; in p_b_term()
806 if (SEE('-') && MORE2() && PEEK2() != ']') { in p_b_term()