Searched refs:PEEK2 (Results 1 – 2 of 2) sorted by relevance
146 #define PEEK2() (*(p->next+1)) macro150 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b))445 (c == '{' && MORE2() && ISDIGIT((UCHAR_T)PEEK2())) )) in p_ere_exp()495 (c == '{' && MORE2() && ISDIGIT((UCHAR_T)PEEK2())) ) ) in p_ere_exp()800 c = (MORE2()) ? PEEK2() : '\0'; in p_b_term()833 if (SEE('-') && MORE2() && PEEK2() != ']') { in p_b_term()
195 #define PEEK2() (*(p->next+1)) macro199 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b))632 (isdigit((uch)PEEK2()) || PEEK2() == ','), REG_BADRPT); in p_ere_exp()681 (c == '{' && MORE2() && isdigit((uch)PEEK2())) ) ) in p_ere_exp()1192 c = (MORE2()) ? PEEK2() : '\0';1223 if (SEE('-') && MORE2() && PEEK2() != ']') {