Searched refs:REG_NOFREE (Results 1 – 12 of 12) sorted by relevance
398 if (!n && (disc->re_flags & REG_NOFREE)) in alloc()404 if (!(disc->re_flags & REG_NOFREE)) in alloc()
368 if (!(env->disc->re_flags & REG_NOFREE)) in regsubfree()
2034 if (--env->refs <= 0 && !(env->disc->re_flags & REG_NOFREE)) in regfree()
187 if (e && !(disc->re_flags & REG_NOFREE)) in drop()
64 regalloc(env, block, REG_NOFREE); in _re_comp()
167 regalloc(re, block, REG_NOFREE); in regcmp()
90 #define REG_NOFREE 0x00000001 /* don't free */ macro
72 #define REG_NOFREE 0x00000001 /* don't free */ macro
2307 mp->redisc.re_flags = REG_NOFREE; in magicopen()