Searched refs:PEEK (Results 1 – 5 of 5) sorted by relevance
250 #define PEEK() (*p->next) macro254 #define SEE(c) (MORE() && PEEK() == (c))549 c = PEEK(); in p_ere_exp()581 if (isdigit((uch)PEEK())) { in p_ere_exp()590 while (MORE() && PEEK() != '}') in p_ere_exp()600 c = PEEK(); in p_ere_exp()752 if (MORE() && isdigit((uch)PEEK())) { in p_simp_re()885 switch ((MORE()) ? PEEK() : '\0') { in p_b_term()902 c = PEEK(); in p_b_term()911 c = PEEK(); in p_b_term()[all …]
137 #define PEEK() (*p->next) macro141 #define SEE(c) (MORE() && PEEK() == (c))422 c = PEEK(); in p_ere_exp()454 if (ISDIGIT((UCHAR_T)PEEK())) { in p_ere_exp()463 while (MORE() && PEEK() != '}') in p_ere_exp()473 c = PEEK(); in p_ere_exp()641 if (MORE() && ISDIGIT((UCHAR_T)PEEK())) { in p_simp_re()771 switch ((MORE()) ? PEEK() : '\0') { in p_b_term()788 c = PEEK(); in p_b_term()797 c = PEEK(); in p_b_term()[all …]
175 #define PEEK() (*p->next) macro179 #define SEE(c) (MORE() && PEEK() == (c))555 c = PEEK(); in p_ere_exp()589 if (isdigit((uch)PEEK())) { in p_ere_exp()598 while (MORE() && PEEK() != '}') in p_ere_exp()608 c = PEEK(); in p_ere_exp()963 if (MORE() && isdigit((uch)PEEK())) { in p_simp_re()1088 switch ((MORE()) ? PEEK() : '\0') {1104 c = PEEK();1113 c = PEEK();[all …]
2545 // PEEK* requests return resulting values through data pointer.
3449 // Note that PEEK* requests assign different meaning to the return value.