OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OLPAREN
(Results
1 - 9
of
9
) sorted by null
/bionic/libc/upstream-netbsd/libc/regex/
regex2.h
136
#define
OLPAREN
OPC(13) /* ( fwd to ) */
engine.c
536
case
OLPAREN
:
733
case
OLPAREN
: /* must undo assignment if rest fails */
1045
case
OLPAREN
: /* not significant here */
regcomp.c
419
EMIT(
OLPAREN
, subno);
654
EMIT(
OLPAREN
, subno);
684
assert(OP(p->strip[p->pbegin[i]]) ==
OLPAREN
);
[
all
...]
/external/llvm/lib/Support/
regex2.h
84
#define
OLPAREN
(13LU<<OPSHIFT) /* ( fwd to ) */
regcomp.c
321
EMIT(
OLPAREN
, subno);
392
assert(OP(p->strip[p->pbegin[backrefnum]]) !=
OLPAREN
);
561
EMIT(
OLPAREN
, subno);
591
assert(OP(p->strip[p->pbegin[i]]) ==
OLPAREN
);
[
all
...]
regengine.inc
459
case
OLPAREN
:
646
case
OLPAREN
: /* must undo assignment if rest fails */
924
case
OLPAREN
: /* not significant here */
/ndk/sources/host-tools/ndk-stack/regex/
regex2.h
84
#define
OLPAREN
(13LU<<OPSHIFT) /* ( fwd to ) */
regcomp.c
312
EMIT(
OLPAREN
, subno);
525
EMIT(
OLPAREN
, subno);
555
assert(OP(p->strip[p->pbegin[i]]) ==
OLPAREN
);
[
all
...]
engine.c
450
case
OLPAREN
:
637
case
OLPAREN
: /* must undo assignment if rest fails */
913
case
OLPAREN
: /* not significant here */
Completed in 531 milliseconds