HomeSort by: relevance | last modified time | path
    Searched refs:STATESETUP (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
regexec.c 67 #define STATESETUP(m, n) /* nothing */
93 #undef STATESETUP
114 #define STATESETUP(m, nv) { (m)->space = malloc((nv)*(m)->g->nstates); \
regengine.inc 176 STATESETUP(m, 4);
  /src/external/bsd/nvi/dist/regex/
regexec.c 82 #define STATESETUP(m, n) /* nothing */
108 #undef STATESETUP
129 #define STATESETUP(m, nv) { (m)->space = malloc((nv)*(m)->g->nstates); \
engine.c 190 STATESETUP(m, 4);
  /src/lib/libc/regex/
regexec.c 126 #define STATESETUP(m, n) /* nothing */
155 #undef STATESETUP
178 #define STATESETUP(m, nv) { (m)->space = malloc((nv)*(m)->g->nstates); \
engine.c 294 STATESETUP(m, 4);

Completed in 41 milliseconds