Searched defs:PEEK2 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Support/
H A Dregcomp.c115 #define PEEK2() (*(p->next+1)) macro
119 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b))
416 (c == '{' && MORE2() && isdigit((uch)PEEK2())) ))
466 (c == '{' && MORE2() && isdigit((uch)PEEK2())) ) )
749 c = (MORE2()) ? PEEK2() : '\0';
782 if (SEE('-') && MORE2() && PEEK2() != ']') {

Completed in 88 milliseconds