HomeSort by relevance Sort by last modified time
    Searched defs:sopno (Results 1 - 3 of 3) sorted by null

  /bionic/libc/upstream-netbsd/lib/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 66 typedef long sopno; typedef
138 sopno nstates; /* = number of sops */
139 sopno firststate; /* the initial OEND (normally 0) */
140 sopno laststate; /* the final OEND */
153 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 1654 milliseconds