OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PEEK
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/regex/
regcomp.c
194
#define
PEEK
() (*p->next)
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
...]
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc
3239
// Note that
PEEK
* requests assign different meaning to the return value.
Completed in 18 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025