Searched refs:PEEK2 (Results 1 – 1 of 1) sorted by relevance
251 #define PEEK2() (*(p->next+1)) macro255 #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()