Searched refs:PEEK (Results 1 – 13 of 13) 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()883 switch ((MORE()) ? PEEK() : '\0') { in p_b_term()900 c = PEEK(); in p_b_term()909 c = PEEK(); in p_b_term()[all …]
145 #define PEEK() (*p->next) macro149 #define SEE(c) (MORE() && PEEK() == (c))442 c = PEEK(); in p_ere_exp()474 if (ISDIGIT((UCHAR_T)PEEK())) { in p_ere_exp()483 while (MORE() && PEEK() != '}') in p_ere_exp()493 c = PEEK(); in p_ere_exp()665 if (MORE() && ISDIGIT((UCHAR_T)PEEK())) { in p_simp_re()798 switch ((MORE()) ? PEEK() : '\0') { in p_b_term()815 c = PEEK(); in p_b_term()824 c = PEEK(); in p_b_term()[all …]
194 #define PEEK() (*p->next) macro198 #define SEE(c) (MORE() && PEEK() == (c))626 c = PEEK(); in p_ere_exp()660 if (isdigit((uch)PEEK())) { in p_ere_exp()669 while (MORE() && PEEK() != '}') in p_ere_exp()679 c = PEEK(); in p_ere_exp()1055 if (MORE() && isdigit((uch)PEEK())) { in p_simp_re()1190 switch ((MORE()) ? PEEK() : '\0') {1206 c = PEEK();1215 c = PEEK();[all …]
383 #define PEEK(mem) {if (-*(volatile const unsigned char *)(mem)) debug_noop();} macro407 PEEK( dummy ); in init_usage()445 PEEK( DUMMY_ADDR( usage ) ); in check_usage()454 PEEK( DUMMY_ADDR( usage ) ); in check_usage()455 PEEK( UNSCRAMBLE_usagep( usage->self ) ); in check_usage()
2089 …PEEK = MSG_PEEK, /// peek at incoming data without removing it from the queue, only…
2126 …PEEK = MSG_PEEK, /// peek at incoming data without removing it from the queue, only…
2323 // PEEK* requests return resulting values through data pointer.
3293 // Note that PEEK* requests assign different meaning to the return value.
2325 // PEEK* requests return resulting values through data pointer.
3239 // Note that PEEK* requests assign different meaning to the return value.
6058 PTRACE_{PEEK|POKE}USER partially; linux gdb can