HomeSort by relevance Sort by last modified time
    Searched refs:backrefs (Results 1 - 9 of 9) sorted by null

  /bionic/libc/upstream-netbsd/libc/regex/
regex2.h 201 int backrefs; /* does it use back references? */ member in struct:re_guts
engine.c 237 /* this loop does only one repetition except for backrefs */
244 if (nmatch == 0 && !g->backrefs)
257 if (nmatch == 1 && !g->backrefs)
270 if (!g->backrefs && !(m->eflags&REG_BACKR)) {
288 assert(g->backrefs); /* must be back references doing it */
regcomp.c 301 g->backrefs = 0;
690 p->g->backrefs = 1;
    [all...]
  /external/llvm/lib/Support/
regex2.h 149 int backrefs; /* does it use back references? */ member in struct:re_guts
regengine.inc 183 /* this loop does only one repetition except for backrefs */
192 if (nmatch == 0 && !g->backrefs)
205 if (nmatch == 1 && !g->backrefs)
218 if (!g->backrefs && !(m->eflags&REG_BACKR)) {
237 assert(g->backrefs); /* must be back references doing it */
regcomp.c 218 g->backrefs = 0;
396 p->g->backrefs = 1;
597 p->g->backrefs = 1;
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regex2.h 149 int backrefs; /* does it use back references? */ member in struct:re_guts
engine.c 179 /* this loop does only one repetition except for backrefs */
188 if (nmatch == 0 && !g->backrefs)
201 if (nmatch == 1 && !g->backrefs)
214 if (!g->backrefs && !(m->eflags&REG_BACKR)) {
233 assert(g->backrefs); /* must be back references doing it */
regcomp.c 210 g->backrefs = 0;
561 p->g->backrefs = 1;
    [all...]

Completed in 121 milliseconds