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

/freebsd-12-stable/contrib/llvm-project/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-12-stable/contrib/nvi/regex/
H A Dregexec.c70 #define STATESETUP(m, n) /* nothing */ macro
96 #undef STATESETUP macro
117 #define STATESETUP(m, nv) { (m)->space = malloc((nv)*(m)->g->nstates); \ macro
H A Dengine.c176 STATESETUP(m, 4);
/freebsd-12-stable/lib/libc/regex/
H A Dregexec.c109 #define STATESETUP(m, n) /* nothing */ macro
138 #undef STATESETUP macro
161 #define STATESETUP(m, nv) { (m)->space = malloc((nv)*(m)->g->nstates); \ macro
H A Dengine.c279 STATESETUP(m, 4);

Completed in 188 milliseconds