SIZE_OP_PUSH      750 ext/mbstring/oniguruma/regcomp.c       len += SIZE_OP_PUSH + cklen + mod_tlen + SIZE_OP_JUMP;
SIZE_OP_PUSH      758 ext/mbstring/oniguruma/regcomp.c       len += mod_tlen + SIZE_OP_PUSH + cklen;
SIZE_OP_PUSH      773 ext/mbstring/oniguruma/regcomp.c 	len = SIZE_OP_PUSH + tlen;
SIZE_OP_PUSH      781 ext/mbstring/oniguruma/regcomp.c     len = SIZE_OP_PUSH + cklen + SIZE_OP_JUMP + tlen;
SIZE_OP_PUSH      850 ext/mbstring/oniguruma/regcomp.c 			(CKN_ON ? SIZE_OP_STATE_CHECK_PUSH : SIZE_OP_PUSH));
SIZE_OP_PUSH      869 ext/mbstring/oniguruma/regcomp.c 		+ (int )(CKN_ON ? SIZE_OP_STATE_CHECK_PUSH : SIZE_OP_PUSH)));
SIZE_OP_PUSH      887 ext/mbstring/oniguruma/regcomp.c 	r = add_opcode_rel_addr(reg, OP_PUSH, -(mod_tlen + (int )SIZE_OP_PUSH));
SIZE_OP_PUSH      987 ext/mbstring/oniguruma/regcomp.c 	len += SIZE_OP_PUSH + mod_tlen + SIZE_OP_JUMP;
SIZE_OP_PUSH      990 ext/mbstring/oniguruma/regcomp.c       len += SIZE_OP_JUMP + mod_tlen + SIZE_OP_PUSH;
SIZE_OP_PUSH      996 ext/mbstring/oniguruma/regcomp.c            (qn->upper == 1 || (tlen + SIZE_OP_PUSH) * qn->upper
SIZE_OP_PUSH      999 ext/mbstring/oniguruma/regcomp.c     len += (SIZE_OP_PUSH + tlen) * (qn->upper - qn->lower);
SIZE_OP_PUSH     1002 ext/mbstring/oniguruma/regcomp.c     len = SIZE_OP_PUSH + SIZE_OP_JUMP + tlen;
SIZE_OP_PUSH     1055 ext/mbstring/oniguruma/regcomp.c 	  r = add_opcode_rel_addr(reg, OP_JUMP, SIZE_OP_PUSH);
SIZE_OP_PUSH     1094 ext/mbstring/oniguruma/regcomp.c 		     -(mod_tlen + (int )SIZE_OP_JUMP + (int )SIZE_OP_PUSH));
SIZE_OP_PUSH     1102 ext/mbstring/oniguruma/regcomp.c       r = add_opcode_rel_addr(reg, OP_PUSH, -(mod_tlen + (int )SIZE_OP_PUSH));
SIZE_OP_PUSH     1111 ext/mbstring/oniguruma/regcomp.c            (qn->upper == 1 || (tlen + SIZE_OP_PUSH) * qn->upper
SIZE_OP_PUSH     1120 ext/mbstring/oniguruma/regcomp.c 			   (n - i) * tlen + (n - i - 1) * SIZE_OP_PUSH);
SIZE_OP_PUSH     1235 ext/mbstring/oniguruma/regcomp.c 	  + SIZE_OP_PUSH + tlen + SIZE_OP_POP + SIZE_OP_JUMP;
SIZE_OP_PUSH     1334 ext/mbstring/oniguruma/regcomp.c 	 -((int )SIZE_OP_PUSH + len + (int )SIZE_OP_POP + (int )SIZE_OP_JUMP));
SIZE_OP_PUSH     1496 ext/mbstring/oniguruma/regcomp.c       r += (SIZE_OP_PUSH + SIZE_OP_JUMP) * (n - 1);
SIZE_OP_PUSH     1583 ext/mbstring/oniguruma/regcomp.c 	  len += SIZE_OP_PUSH + SIZE_OP_JUMP;