Searched refs:PEEK (Results 1 – 3 of 3) 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 …]
2541 // PEEK* requests return resulting values through data pointer.
3517 // Note that PEEK* requests assign different meaning to the return value.