OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AHEAD
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/upstream-netbsd/libc/regex/
regcomp.c
201
#define
AHEAD
(pos) dofwd(p, pos, HERE()-(pos))
377
AHEAD
(prevfwd); /* fix previous offset */
383
AHEAD
(prevfwd);
508
AHEAD
(pos); /* fix the OCH_ */
510
AHEAD
(THERE()); /* ...so fix it */
1168
AHEAD
(start); /* ... fix it */
1170
AHEAD
(THERE());
1180
AHEAD
(start);
1182
AHEAD
(THERE()); /* ...so fix it */
[
all
...]
/external/llvm/lib/Support/
regcomp.c
133
#define
AHEAD
(pos) dofwd(p, pos, HERE()-(pos))
283
AHEAD
(prevfwd); /* fix previous offset */
289
AHEAD
(prevfwd);
437
AHEAD
(pos); /* fix the OCH_ */
439
AHEAD
(THERE()); /* ...so fix it */
1003
AHEAD
(start); /* ... fix it */
1005
AHEAD
(THERE());
1015
AHEAD
(start);
1017
AHEAD
(THERE()); /* ...so fix it */
[
all
...]
/ndk/sources/host-tools/ndk-stack/regex/
regcomp.c
132
#define
AHEAD
(pos) dofwd(p, pos, HERE()-(pos))
275
AHEAD
(prevfwd); /* fix previous offset */
281
AHEAD
(prevfwd);
401
AHEAD
(pos); /* fix the OCH_ */
403
AHEAD
(THERE()); /* ...so fix it */
967
AHEAD
(start); /* ... fix it */
969
AHEAD
(THERE());
979
AHEAD
(start);
981
AHEAD
(THERE()); /* ...so fix it */
[
all
...]
Completed in 229 milliseconds