jumpifmatch      2897 ext/pcre/pcrelib/pcre_jit_compile.c static void check_newlinechar(compiler_common *common, int nltype, jump_list **backtracks, BOOL jumpifmatch)
jumpifmatch      2906 ext/pcre/pcrelib/pcre_jit_compile.c   add_jump(compiler, backtracks, JUMP(jumpifmatch ? SLJIT_NOT_ZERO : SLJIT_ZERO));
jumpifmatch      2910 ext/pcre/pcrelib/pcre_jit_compile.c   if (jumpifmatch)
jumpifmatch      2925 ext/pcre/pcrelib/pcre_jit_compile.c   add_jump(compiler, backtracks, CMP(jumpifmatch ? SLJIT_EQUAL : SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, common->newline));