/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? */
|
engine.c | 130 static const char *dissect(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst); 131 static const char *backref(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, sopno lev); 132 static const char *fast(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst); 133 static const char *slow(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst); 134 static states step(struct re_guts *g, sopno start, sopno stop, states bef, int ch, states aft) [all...] |
regcomp.c | 113 sopno ssize; /* malloced strip size (allocated) */ 114 sopno slen; /* malloced strip length (used) */ 118 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */ 119 sopno pend[NPAREN]; /* -> ) ([0] unused) */ 144 static void repeat(struct parse *p, sopno start, int from, int to, size_t reclimit); 148 static sopno freezeset(struct parse *p, cset *cs); 162 static sopno dupl(struct parse *p, sopno start, sopno finish); 163 static void doemit(struct parse *p, sop op, sopno opnd) [all...] |
regexec.c | 230 if (g->nstates <= (sopno)(CHAR_BIT*sizeof(states1)) && !(eflags®_LARGE))
|
/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? */
|
regengine.inc | 89 static const char *dissect(struct match *, const char *, const char *, sopno, 90 sopno); 91 static const char *backref(struct match *, const char *, const char *, sopno, 92 sopno, sopno, int); 93 static const char *fast(struct match *, const char *, const char *, sopno, sopno); 94 static const char *slow(struct match *, const char *, const char *, sopno, sopno); 95 static states step(struct re_guts *, sopno, sopno, states, int, states) [all...] |
regcomp.c | 69 sopno ssize; /* malloced strip size (allocated) */ 70 sopno slen; /* malloced strip length (used) */ 74 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */ 75 sopno pend[NPAREN]; /* -> ) ([0] unused) */ 94 static void repeat(struct parse *, sopno, int, int); 107 static sopno dupl(struct parse *, sopno, sopno); 109 static void doinsert(struct parse *, sop, size_t, sopno); 110 static void dofwd(struct parse *, sopno, sop) [all...] |
/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? */
|
engine.c | 88 static char *dissect(struct match *, char *, char *, sopno, sopno); 89 static char *backref(struct match *, char *, char *, sopno, sopno, sopno, int); 90 static char *fast(struct match *, char *, char *, sopno, sopno); 91 static char *slow(struct match *, char *, char *, sopno, sopno); 92 static states step(struct re_guts *, sopno, sopno, states, int, states) [all...] |
regcomp.c | 60 sopno ssize; /* malloced strip size (allocated) */ 61 sopno slen; /* malloced strip length (used) */ 65 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */ 66 sopno pend[NPAREN]; /* -> ) ([0] unused) */ 85 static void repeat(struct parse *, sopno, int, int); 98 static sopno dupl(struct parse *, sopno, sopno); 100 static void doinsert(struct parse *, sop, size_t, sopno); 101 static void dofwd(struct parse *, sopno, sop) [all...] |