Searched refs:STATESETUP (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Support/
H A Dregexec.c67 #define STATESETUP(m, n) /* nothing */ macro
93 #undef STATESETUP macro
114 #define STATESETUP(m, nv) { (m)->space = malloc((nv)*(m)->g->nstates); \ macro
H A Dregengine.inc176 STATESETUP(m, 4);
/freebsd-10.0-release/contrib/nvi/regex/
H A Dregexec.c78 #define STATESETUP(m, n) /* nothing */ macro
104 #undef STATESETUP macro
125 #define STATESETUP(m, nv) { (m)->space = malloc((nv)*(m)->g->nstates); \ macro
H A Dengine.c186 STATESETUP(m, 4);
/freebsd-10.0-release/lib/libc/regex/
H A Dregexec.c107 #define STATESETUP(m, n) /* nothing */ macro
136 #undef STATESETUP macro
159 #define STATESETUP(m, nv) { (m)->space = malloc((nv)*(m)->g->nstates); \ macro
H A Dengine.c238 STATESETUP(m, 4);

Completed in 152 milliseconds