Home
last modified time | relevance | path

Searched defs:STATESETUP (Results 1 – 3 of 3) sorted by relevance

/minix3/lib/libc/regex/
H A Dregexec.c118 #define STATESETUP(m, n) /* nothing */ in __weak_alias() macro
165 #define STATESETUP(m, nv) \ macro
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A Dregexec.c67 #define STATESETUP(m, n) /* nothing */ macro
114 #define STATESETUP(m, nv) { (m)->space = malloc((nv)*(m)->g->nstates); \ macro
/minix3/external/bsd/nvi/dist/regex/
H A Dregexec.c82 #define STATESETUP(m, n) /* nothing */ macro
129 #define STATESETUP(m, nv) { (m)->space = malloc((nv)*(m)->g->nstates); \ macro