Searched refs:PEEK (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A Dregcomp.c250 #define PEEK() (*p->next) macro
254 #define SEE(c) (MORE() && PEEK() == (c))
255 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b))
264 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e))
266 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e))
404 while (MORE() && (c = PEEK()) != '|' && c != stop)
540 REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT);
549 c = PEEK();
581 if (isdigit((uch)PEEK())) {
590 while (MORE() && PEEK() !
[all...]
/netbsd-current/external/bsd/nvi/dist/regex/
H A Dregcomp.c145 #define PEEK() (*p->next) macro
149 #define SEE(c) (MORE() && PEEK() == (c))
150 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b))
159 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e))
161 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e))
324 while (MORE() && (c = PEEK()) != '|' && c != stop)
433 (void)REQUIRE(!MORE() || !ISDIGIT((UCHAR_T)PEEK()), REG_BADRPT);
442 c = PEEK();
474 if (ISDIGIT((UCHAR_T)PEEK())) {
483 while (MORE() && PEEK() !
[all...]
/netbsd-current/lib/libc/regex/
H A Dregcomp.c194 #define PEEK() (*p->next) macro
198 #define SEE(c) (MORE() && PEEK() == (c))
199 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b))
211 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e))
213 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e))
626 c = PEEK();
660 if (isdigit((uch)PEEK())) {
669 while (MORE() && PEEK() != '}')
679 c = PEEK();
1055 if (MORE() && isdigit((uch)PEEK())) {
[all...]
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dthr_debug.c383 #define PEEK(mem) {if (-*(volatile const unsigned char *)(mem)) debug_noop();} macro
407 PEEK( dummy );
445 PEEK( DUMMY_ADDR( usage ) );
454 PEEK( DUMMY_ADDR( usage ) );
455 PEEK( UNSCRAMBLE_usagep( usage->self ) );
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dsocket.d2089 PEEK = MSG_PEEK, /// peek at incoming data without removing it from the queue, only for receiving
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dsocket.d2126 PEEK = MSG_PEEK, /// peek at incoming data without removing it from the queue, only for receiving
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3239 // Note that PEEK* requests assign different meaning to the return value.
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3293 // Note that PEEK* requests assign different meaning to the return value.
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3384 // Note that PEEK* requests assign different meaning to the return value.

Completed in 140 milliseconds