Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/regex/
H A Dregexec.c70 #define STATESETUP(m, n) /* nothing */ macro
96 #undef STATESETUP
117 #define STATESETUP(m, nv) do { (m)->space = malloc((nv)*(m)->g->nstates); \ macro
H A Dengine.c176 STATESETUP(m, 4); in matcher()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregexec.c67 #define STATESETUP(m, n) /* nothing */ macro
93 #undef STATESETUP
114 #define STATESETUP(m, nv) { (m)->space = malloc((nv)*(m)->g->nstates); \ macro
H A Dregengine.inc179 STATESETUP(m, 4);
/freebsd/lib/libc/regex/
H A Dregexec.c101 #define STATESETUP(m, n) /* nothing */ macro
130 #undef STATESETUP
153 #define STATESETUP(m, nv) { (m)->space = malloc((nv)*(m)->g->nstates); \ macro
H A Dengine.c274 STATESETUP(m, 4); in matcher()