Home
last modified time | relevance | path

Searched refs:PEEK (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c250 #define PEEK() (*p->next) macro
254 #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 …]
/freebsd-14.2/contrib/nvi/regex/
H A Dregcomp.c137 #define PEEK() (*p->next) macro
141 #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 …]
/freebsd-14.2/lib/libc/regex/
H A Dregcomp.c175 #define PEEK() (*p->next) macro
179 #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 …]
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc2545 // PEEK* requests return resulting values through data pointer.
H A Dsanitizer_common_interceptors.inc3449 // Note that PEEK* requests assign different meaning to the return value.