jump_names        880 ext/pcre/pcrelib/sljit/sljitLir.c static char* jump_names[] = {
jump_names       1339 ext/pcre/pcrelib/sljit/sljitLir.c 			JUMP_PREFIX(type), jump_names[type & 0xff]);
jump_names       1357 ext/pcre/pcrelib/sljit/sljitLir.c 			(type & SLJIT_INT_OP) ? "i_" : "", jump_names[type & 0xff]);
jump_names       1381 ext/pcre/pcrelib/sljit/sljitLir.c 			(type & SLJIT_SINGLE_OP) ? "s_" : "d_", jump_names[type & 0xff]);
jump_names       1405 ext/pcre/pcrelib/sljit/sljitLir.c 		fprintf(compiler->verbose, "  ijump.%s ", jump_names[type]);
jump_names       1442 ext/pcre/pcrelib/sljit/sljitLir.c 		fprintf(compiler->verbose, ", %s%s\n", JUMP_PREFIX(type), jump_names[type & 0xff]);
jump_names       2977 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			JUMP_PREFIX(type), jump_names[type & 0xff]);