has_then          368 ext/pcre/pcrelib/pcre_jit_compile.c   BOOL has_then;
has_then          854 ext/pcre/pcrelib/pcre_jit_compile.c     common->has_then = TRUE;
has_then          872 ext/pcre/pcrelib/pcre_jit_compile.c     common->has_then = TRUE;
has_then         8284 ext/pcre/pcrelib/pcre_jit_compile.c if (common->has_then && common->then_offsets[cc - common->start] != 0)
has_then         9988 ext/pcre/pcrelib/pcre_jit_compile.c common->private_data_ptrs = (sljit_si *)SLJIT_MALLOC(total_length * (sizeof(sljit_si) + (common->has_then ? 1 : 0)), compiler->allocator_data);
has_then         10005 ext/pcre/pcrelib/pcre_jit_compile.c if (common->has_then)