OP_PUSH           893 regcomp.c      	r = add_opcode_rel_addr(reg, OP_PUSH, mod_tlen + SIZE_OP_JUMP);
OP_PUSH           918 regcomp.c      	r = add_opcode_rel_addr(reg, OP_PUSH, -(mod_tlen + (int )SIZE_OP_PUSH));
OP_PUSH           940 regcomp.c      	r = add_opcode_rel_addr(reg, OP_PUSH, tlen);
OP_PUSH           956 regcomp.c            r = add_opcode_rel_addr(reg, OP_PUSH, SIZE_OP_JUMP);
OP_PUSH          1120 regcomp.c      	r = add_opcode_rel_addr(reg, OP_PUSH, mod_tlen + SIZE_OP_JUMP);
OP_PUSH          1133 regcomp.c            r = add_opcode_rel_addr(reg, OP_PUSH, -(mod_tlen + (int )SIZE_OP_PUSH));
OP_PUSH          1150 regcomp.c            r = add_opcode_rel_addr(reg, OP_PUSH,
OP_PUSH          1158 regcomp.c          r = add_opcode_rel_addr(reg, OP_PUSH, SIZE_OP_JUMP);
OP_PUSH          1378 regcomp.c            r = add_opcode_rel_addr(reg, OP_PUSH, len + SIZE_OP_POP + SIZE_OP_JUMP);
OP_PUSH          1693 regcomp.c      	  r = add_opcode_rel_addr(reg, OP_PUSH, len + SIZE_OP_JUMP);
OP_PUSH          6217 regcomp.c        { OP_PUSH,                "push",                 ARG_RELADDR },
OP_PUSH          2734 regexec.c      	  case OP_PUSH:
OP_PUSH          2807 regexec.c          CASE(OP_PUSH)  MOP_IN(OP_PUSH);