OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OEND
(Results
1 - 4
of
4
) sorted by relevancy
/src/tests/lib/libc/regex/
debug.c
111
if (OP(g->strip[0]) !=
OEND
)
112
fprintf(d, "missing initial
OEND
!\n");
116
case
OEND
:
/src/lib/libc/regex/
regex2.h
89
#define
OEND
(1U<<OPSHIFT) /* endmarker - */
183
sopno firststate; /* the initial
OEND
(normally 0) */
184
sopno laststate; /* the final
OEND
*/
regcomp.c
374
EMIT(
OEND
, 0);
380
EMIT(
OEND
, 0);
2084
case
OEND
:
2155
} while (OP(s) !=
OEND
);
2411
return(0); /* there may not be an
OEND
*/
2426
} while (OP(s) !=
OEND
);
engine.c
211
const sopno gf = g->firststate+1; /* +1 for
OEND
*/
476
case
OEND
:
1055
case
OEND
:
Completed in 49 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025