OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OEND
(Results
1 - 9
of
9
) sorted by null
/bionic/libc/upstream-netbsd/libc/regex/
regex2.h
124
#define
OEND
OPC(1) /* endmarker - */
188
sopno firststate; /* the initial
OEND
(normally 0) */
189
sopno laststate; /* the final
OEND
*/
regcomp.c
304
EMIT(
OEND
, 0);
312
EMIT(
OEND
, 0);
[
all
...]
engine.c
188
const sopno gf = g->firststate+1; /* +1 for
OEND
*/
399
case
OEND
:
987
case
OEND
:
/external/llvm/lib/Support/
regex2.h
72
#define
OEND
(1LU<<OPSHIFT) /* endmarker - */
136
sopno firststate; /* the initial
OEND
(normally 0) */
137
sopno laststate; /* the final
OEND
*/
regcomp.c
221
EMIT(
OEND
, 0);
229
EMIT(
OEND
, 0);
[
all
...]
regengine.inc
140
const sopno gf = g->firststate+1; /* +1 for
OEND
*/
330
case
OEND
:
866
case
OEND
:
/ndk/sources/host-tools/ndk-stack/regex/
regex2.h
72
#define
OEND
(1LU<<OPSHIFT) /* endmarker - */
136
sopno firststate; /* the initial
OEND
(normally 0) */
137
sopno laststate; /* the final
OEND
*/
regcomp.c
213
EMIT(
OEND
, 0);
221
EMIT(
OEND
, 0);
[
all
...]
engine.c
136
const sopno gf = g->firststate+1; /* +1 for
OEND
*/
325
case
OEND
:
855
case
OEND
:
Completed in 338 milliseconds