OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:firststate
(Results
1 - 9
of
9
) sorted by null
/bionic/libc/upstream-netbsd/lib/libc/regex/
regex2.h
188
sopno
firststate
; /* the initial OEND (normally 0) */
member in struct:re_guts
engine.c
188
const sopno gf = g->
firststate
+1; /* +1 for OEND */
regcomp.c
304
g->
firststate
= THERE();
[
all
...]
/external/llvm/lib/Support/
regex2.h
139
sopno
firststate
; /* the initial OEND (normally 0) */
member in struct:re_guts
regengine.inc
140
const sopno gf = g->
firststate
+1; /* +1 for OEND */
regcomp.c
230
g->
firststate
= THERE();
[
all
...]
/ndk/sources/host-tools/ndk-stack/regex/
regex2.h
136
sopno
firststate
; /* the initial OEND (normally 0) */
member in struct:re_guts
engine.c
136
const sopno gf = g->
firststate
+1; /* +1 for OEND */
regcomp.c
214
g->
firststate
= THERE();
[
all
...]
Completed in 175 milliseconds