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

  /bionic/libc/upstream-netbsd/lib/libc/regex/
regex2.h 194 size_t nbol; /* number of ^ used */ member in struct:re_guts
regcomp.c 293 g->nbol = 0;
444 p->g->nbol++;
593 p->g->nbol++;
    [all...]
engine.c 812 i = m->g->nbol;
905 i = m->g->nbol;
  /external/llvm/lib/Support/
regex2.h 145 int nbol; /* number of ^ used */ member in struct:re_guts
regcomp.c 210 g->nbol = 0;
346 p->g->nbol++;
504 p->g->nbol++;
    [all...]
regengine.inc 715 i = m->g->nbol;
798 i = m->g->nbol;
  /ndk/sources/host-tools/ndk-stack/regex/
regex2.h 142 int nbol; /* number of ^ used */ member in struct:re_guts
regcomp.c 202 g->nbol = 0;
337 p->g->nbol++;
468 p->g->nbol++;
    [all...]
engine.c 705 i = m->g->nbol;
787 i = m->g->nbol;

Completed in 362 milliseconds