OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sopno
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/upstream-netbsd/libc/regex/
regex2.h
113
typedef size_t
sopno
;
typedef
187
sopno
nstates; /* = number of sops */
188
sopno
firststate; /* the initial OEND (normally 0) */
189
sopno
laststate; /* the final OEND */
202
sopno
nplus; /* how deep does it nest +s? */
/external/llvm/lib/Support/
regex2.h
63
typedef long
sopno
;
typedef
135
sopno
nstates; /* = number of sops */
136
sopno
firststate; /* the initial OEND (normally 0) */
137
sopno
laststate; /* the final OEND */
150
sopno
nplus; /* how deep does it nest +s? */
/ndk/sources/host-tools/ndk-stack/regex/
regex2.h
63
typedef long
sopno
;
typedef
135
sopno
nstates; /* = number of sops */
136
sopno
firststate; /* the initial OEND (normally 0) */
137
sopno
laststate; /* the final OEND */
150
sopno
nplus; /* how deep does it nest +s? */
Completed in 66 milliseconds