OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OOR1
(Results
1 - 9
of
9
) sorted by null
/bionic/libc/upstream-netbsd/libc/regex/
regex2.h
105
*
OOR1
and OOR2 are respectively the end and the beginning of one of
107
* and an implicit
OOR1
preceding O_CH.
139
#define
OOR1
OPC(16) /* | pt. 1 back to
OOR1
or OCH_ */
141
#define O_CH OPC(18) /* end choice back to
OOR1
*/
engine.c
505
assert(OP(m->g->strip[esub]) ==
OOR1
);
510
assert(OP(m->g->strip[esub]) ==
OOR1
);
531
case
OOR1
:
647
case
OOR1
: /* matches null but needs to skip */
715
assert(OP(m->g->strip[esub]) ==
OOR1
);
1054
case
OOR1
: /* done a branch, find the O_CH */
regcomp.c
375
ASTERN(
OOR1
, prevback);
507
ASTERN(
OOR1
, pos); /* this one's right */
1167
ASTERN(
OOR1
, start);
1179
ASTERN(
OOR1
, start);
[
all
...]
/external/llvm/lib/Support/
regex2.h
55
*
OOR1
and OOR2 are respectively the end and the beginning of one of
57
* and an implicit
OOR1
preceding O_CH.
87
#define
OOR1
(16LU<<OPSHIFT) /* | pt. 1 back to
OOR1
or OCH_ */
89
#define O_CH (18LU<<OPSHIFT) /* end choice back to
OOR1
*/
regengine.inc
430
assert(OP(m->g->strip[esub]) ==
OOR1
);
435
assert(OP(m->g->strip[esub]) ==
OOR1
);
454
case
OOR1
:
559
case
OOR1
: /* matches null but needs to skip */
628
assert(OP(m->g->strip[esub]) ==
OOR1
);
933
case
OOR1
: /* done a branch, find the O_CH */
regcomp.c
281
ASTERN(
OOR1
, prevback);
436
ASTERN(
OOR1
, pos); /* this one's right */
1002
ASTERN(
OOR1
, start);
1014
ASTERN(
OOR1
, start);
[
all
...]
/ndk/sources/host-tools/ndk-stack/regex/
regex2.h
55
*
OOR1
and OOR2 are respectively the end and the beginning of one of
57
* and an implicit
OOR1
preceding O_CH.
87
#define
OOR1
(16LU<<OPSHIFT) /* | pt. 1 back to
OOR1
or OCH_ */
89
#define O_CH (18LU<<OPSHIFT) /* end choice back to
OOR1
*/
engine.c
423
assert(OP(m->g->strip[esub]) ==
OOR1
);
428
assert(OP(m->g->strip[esub]) ==
OOR1
);
445
case
OOR1
:
550
case
OOR1
: /* matches null but needs to skip */
619
assert(OP(m->g->strip[esub]) ==
OOR1
);
922
case
OOR1
: /* done a branch, find the O_CH */
regcomp.c
273
ASTERN(
OOR1
, prevback);
400
ASTERN(
OOR1
, pos); /* this one's right */
966
ASTERN(
OOR1
, start);
978
ASTERN(
OOR1
, start);
[
all
...]
Completed in 722 milliseconds