rb_funcall       5805 array.c                v = rb_funcall(v, idPLUS, 1, e);
rb_funcall       2925 bignum.c           if (RTEST(rb_funcall(val, '>', 1, INT2FIX(0)))) return 1;
rb_funcall       2926 bignum.c           if (RTEST(rb_funcall(val, '<', 1, INT2FIX(0)))) return -1;
rb_funcall       6186 bignum.c       	    return rb_funcall(rb_complex_raw1(x), rb_intern("**"), 1, y);
rb_funcall       6199 bignum.c       	    return rb_funcall(rb_rational_raw1(x), rb_intern("**"), 1, y);
rb_funcall        624 class.c            return rb_funcall(super, inherited, 1, klass);
rb_funcall         93 compar.c           VALUE c = rb_funcall(x, cmp, 1, y);
rb_funcall        110 compar.c           VALUE c = rb_funcall(x, cmp, 1, y);
rb_funcall        127 compar.c           VALUE c = rb_funcall(x, cmp, 1, y);
rb_funcall        144 compar.c           VALUE c = rb_funcall(x, cmp, 1, y);
rb_funcall         45 complex.c          return rb_funcall(x, (op), 1, y);\
rb_funcall         52 complex.c          return rb_funcall(x, id_##n, 0);\
rb_funcall         59 complex.c          return rb_funcall(x, id_##n, 1, y);\
rb_funcall         66 complex.c          return rb_funcall(rb_mMath, id_##n, 1, x);\
rb_funcall         73 complex.c          return rb_funcall(rb_mMath, id_##n, 2, x, y);\
rb_funcall         87 complex.c          return rb_funcall(x, '+', 1, y);
rb_funcall         95 complex.c          return rb_funcall(x, '/', 1, y);
rb_funcall        103 complex.c          return rb_funcall(x, '>', 1, y);
rb_funcall        129 complex.c          return rb_funcall(x, '*', 1, y);
rb_funcall        139 complex.c          return rb_funcall(x, '-', 1, y);
rb_funcall        154 complex.c          return rb_funcall(x, id_to_i, 0);
rb_funcall        161 complex.c          return rb_funcall(x, id_to_f, 0);
rb_funcall        171 complex.c          return rb_funcall(x, id_eqeq_p, 1, y);
rb_funcall        183 complex.c          return rb_funcall(x, '<', 1, ZERO);
rb_funcall        202 complex.c          return rb_funcall(x, id_eqeq_p, 1, ZERO);
rb_funcall        223 complex.c          return rb_funcall(x, id_eqeq_p, 1, ONE);
rb_funcall         50 enum.c             if (RTEST(rb_funcall(memo->v1, id_eqq, 1, i)) == RTEST(memo->u3.value)) {
rb_funcall         62 enum.c             if (RTEST(rb_funcall(memo->v1, id_eqq, 1, i)) == RTEST(memo->u3.value)) {
rb_funcall        627 enum.c         	MEMO_V1_SET(memo, rb_funcall(memo->v1, mid, 1, i));
rb_funcall        688 enum.c                 v = rb_funcall(v, id, 1, RARRAY_AREF(ary, i));
rb_funcall        993 enum.c             return rb_cmpint(rb_funcall(a, id_cmp, 1, b), a, b);
rb_funcall       1236 enum.c             VALUE cmp = rb_funcall(a, id_cmp, 1, b);
rb_funcall       1847 enum.c             else if (rb_cmpint(rb_funcall(v, id_cmp, 1, memo->v1), v, memo->v1) < 0) {
rb_funcall       1907 enum.c             else if (rb_cmpint(rb_funcall(v, id_cmp, 1, memo->v1), v, memo->v1) > 0) {
rb_funcall       2018 enum.c         	if (rb_cmpint(rb_funcall(v1, id_cmp, 1, memo->min_bv), v1, memo->min_bv) < 0) {
rb_funcall       2022 enum.c         	if (rb_cmpint(rb_funcall(v2, id_cmp, 1, memo->max_bv), v2, memo->max_bv) > 0) {
rb_funcall       2049 enum.c             n = rb_cmpint(rb_funcall(vj, id_cmp, 1, vi), vj, vi);
rb_funcall       2299 enum.c             n = rb_funcall(size, '+', 1, LONG2NUM(slice_size-1));
rb_funcall       2300 enum.c             return rb_funcall(n, id_div, 1, LONG2FIX(slice_size));
rb_funcall       2372 enum.c             n = rb_funcall(size, '+', 1, LONG2NUM(1 - cons_size));
rb_funcall       2373 enum.c             return (rb_cmpint(rb_funcall(n, id_cmp, 1, LONG2FIX(0)), n, LONG2FIX(0)) == -1) ? LONG2FIX(0) : n;
rb_funcall       2584 enum.c         	    argv[i] = rb_funcall(argv[i], conv, 1, ID2SYM(id_each));
rb_funcall       2784 enum.c             return rb_funcall(size, '*', 1, LONG2FIX(mul));
rb_funcall       2855 enum.c             v = rb_funcall(argp->categorize, id_call, 1, i);
rb_funcall       2859 enum.c                     rb_funcall(argp->yielder, id_lshift, 1, rb_assoc_new(argp->prev_value, argp->prev_elts));
rb_funcall       2862 enum.c                 rb_funcall(argp->yielder, id_lshift, 1, rb_assoc_new(v, rb_ary_new3(1, i)));
rb_funcall       2866 enum.c                     rb_funcall(argp->yielder, id_lshift, 1, rb_assoc_new(argp->prev_value, argp->prev_elts));
rb_funcall       2883 enum.c                         rb_funcall(argp->yielder, id_lshift, 1, rb_assoc_new(argp->prev_value, argp->prev_elts));
rb_funcall       2908 enum.c         	rb_funcall(memo->yielder, id_lshift, 1, rb_assoc_new(memo->prev_value, memo->prev_elts));
rb_funcall       3031 enum.c                 header_p = rb_funcall(argp->sep_pat, id_eqq, 1, i);
rb_funcall       3033 enum.c                 header_p = rb_funcall(argp->sep_pred, id_call, 1, i);
rb_funcall       3036 enum.c                     rb_funcall(argp->yielder, id_lshift, 1, argp->prev_elts);
rb_funcall       3065 enum.c                 rb_funcall(memo->yielder, id_lshift, 1, memo->prev_elts);
rb_funcall       3260 enum.c                 split_p = RTEST(rb_funcall(memo->pat, id_eqq, 1, i));
rb_funcall       3264 enum.c                 split_p = RTEST(rb_funcall(memo->pred, id_call, 1, i));
rb_funcall       3269 enum.c                 rb_funcall(memo->yielder, id_lshift, 1, memo->prev_elts);
rb_funcall       3294 enum.c                 rb_funcall(memo->yielder, id_lshift, 1, memo->prev_elts);
rb_funcall       3382 enum.c                 split_p = RTEST(rb_funcall(memo->pred, id_call, 2, memo->prev_elt, i));
rb_funcall       3389 enum.c                     rb_funcall(memo->yielder, id_lshift, 1, memo->prev_elts);
rb_funcall       3422 enum.c                 rb_funcall(memo->yielder, id_lshift, 1, memo->prev_elts);
rb_funcall       3659 enum.c                 v = rb_funcall(v, idPLUS, 1, i);
rb_funcall       1512 enumerator.c       rb_funcall(argv[0], id_yield, 1, result);
rb_funcall       1546 enumerator.c   	rb_funcall(yielder, id_yield, 1, obj);
rb_funcall       1551 enumerator.c   	    rb_funcall(yielder, id_yield, 1, RARRAY_AREF(ary, i));
rb_funcall       1564 enumerator.c   	    rb_funcall(argv[0], id_yield, 1, RARRAY_AREF(result, i));
rb_funcall       1619 enumerator.c   	return rb_funcall(argv[0], id_yield, 1, element);
rb_funcall       1642 enumerator.c   	return rb_funcall(argv[0], id_yield, 1, element);
rb_funcall       1663 enumerator.c       VALUE result = rb_funcall(m, id_eqq, 1, i);
rb_funcall       1666 enumerator.c   	rb_funcall(argv[0], id_yield, 1, i);
rb_funcall       1675 enumerator.c       VALUE result = rb_funcall(m, id_eqq, 1, i);
rb_funcall       1678 enumerator.c   	rb_funcall(argv[0], id_yield, 1, rb_yield(i));
rb_funcall       1697 enumerator.c       VALUE result = rb_funcall(m, id_eqq, 1, i);
rb_funcall       1700 enumerator.c   	rb_funcall(argv[0], id_yield, 1, i);
rb_funcall       1709 enumerator.c       VALUE result = rb_funcall(m, id_eqq, 1, i);
rb_funcall       1712 enumerator.c   	rb_funcall(argv[0], id_yield, 1, rb_yield(i));
rb_funcall       1730 enumerator.c       return rb_funcall(obj, id_next, 0);
rb_funcall       1754 enumerator.c       rb_funcall(yielder, id_yield, 1, ary);
rb_funcall       1770 enumerator.c   	    rb_ary_push(arg, rb_funcall(RARRAY_AREF(zip_args, i), id_to_enum, 0));
rb_funcall       1787 enumerator.c       rb_funcall(yielder, id_yield, 1, ary);
rb_funcall       1904 enumerator.c       return rb_funcall(receiver, '-', 1, LONG2NUM(len));
rb_funcall        674 error.c            return rb_funcall(etype, id_new, 1, rb_str_new(ptr, len));
rb_funcall        687 error.c            return rb_funcall(etype, id_new, 1, str);
rb_funcall       1032 eval.c         	rb_funcall(argv[argc], id_append_features, 1, module);
rb_funcall       1033 eval.c         	rb_funcall(argv[argc], id_included, 1, module);
rb_funcall       1079 eval.c         	rb_funcall(argv[argc], id_prepend_features, 1, module);
rb_funcall       1080 eval.c         	rb_funcall(argv[argc], id_prepended, 1, module);
rb_funcall       1400 eval.c         	rb_funcall(argv[argc], id_extend_object, 1, obj);
rb_funcall       1401 eval.c         	rb_funcall(argv[argc], id_extended, 1, obj);
rb_funcall         57 eval_error.c       info = rb_funcall(info, rb_intern("backtrace"), 0);
rb_funcall         83 eval_error.c       rb_funcall(info, rb_intern("set_backtrace"), 1, bt);
rb_funcall          6 ext/-test-/bug-5832/bug.c     return rb_funcall(obj, rb_intern("callback"), 0);
rb_funcall          6 ext/-test-/exception/ensured.c     return rb_funcall(object, rb_intern("try_method"), 0);
rb_funcall         12 ext/-test-/exception/ensured.c     return rb_funcall(object, rb_intern("ensured_method"), 0);
rb_funcall         10 ext/-test-/postponed_job/postponed_job.c     rb_ary_replace(ary, rb_funcall(Qnil, rb_intern("caller"), 0));
rb_funcall         88 ext/bigdecimal/bigdecimal.c # define RRATIONAL_NEGATIVE_P(x) RTEST(rb_funcall((x), '<', 1, INT2FIX(0)))
rb_funcall        112 ext/bigdecimal/bigdecimal.c     return rb_funcall(rat, rb_intern("numerator"));
rb_funcall        124 ext/bigdecimal/bigdecimal.c     return rb_funcall(rat, rb_intern("denominator"));
rb_funcall        249 ext/bigdecimal/bigdecimal.c 	    v = rb_funcall(v, id_to_r, 0);
rb_funcall        709 ext/bigdecimal/bigdecimal.c 	VALUE numerator = rb_funcall(digits, rb_intern("to_i"), 0);
rb_funcall        714 ext/bigdecimal/bigdecimal.c 	    numerator = rb_funcall(numerator, '*', 1, INT2FIX(-1));
rb_funcall        717 ext/bigdecimal/bigdecimal.c 	    ret = rb_funcall(numerator, rb_intern("div"), 1,
rb_funcall        718 ext/bigdecimal/bigdecimal.c 			      rb_funcall(INT2FIX(10), rb_intern("**"), 1,
rb_funcall        722 ext/bigdecimal/bigdecimal.c 	    ret = rb_funcall(numerator, '*', 1,
rb_funcall        723 ext/bigdecimal/bigdecimal.c 			     rb_funcall(INT2FIX(10), rb_intern("**"), 1,
rb_funcall        799 ext/bigdecimal/bigdecimal.c     numerator = rb_funcall(digits, rb_intern("to_i"), 0);
rb_funcall        802 ext/bigdecimal/bigdecimal.c 	numerator = rb_funcall(numerator, '*', 1, INT2FIX(-1));
rb_funcall        806 ext/bigdecimal/bigdecimal.c 			   rb_funcall(INT2FIX(10), rb_intern("**"), 1,
rb_funcall        810 ext/bigdecimal/bigdecimal.c 	return rb_Rational1(rb_funcall(numerator, '*', 1,
rb_funcall        811 ext/bigdecimal/bigdecimal.c 				       rb_funcall(INT2FIX(10), rb_intern("**"), 1,
rb_funcall       2131 ext/bigdecimal/bigdecimal.c     return RTEST(rb_funcall(x, '<', 1, INT2FIX(0)));
rb_funcall       2156 ext/bigdecimal/bigdecimal.c     return RTEST(rb_funcall(x, id_eq, 1, INT2FIX(0)));
rb_funcall       2181 ext/bigdecimal/bigdecimal.c     return RTEST(rb_funcall(x, id_eq, 1, INT2FIX(1)));
rb_funcall       2405 ext/bigdecimal/bigdecimal.c 	else if (RTEST(rb_funcall(abs_value, '<', 1, INT2FIX(1)))) {
rb_funcall         30 ext/date/date_core.c #define f_abs(x) rb_funcall(x, rb_intern("abs"), 0)
rb_funcall         31 ext/date/date_core.c #define f_negate(x) rb_funcall(x, rb_intern("-@"), 0)
rb_funcall         32 ext/date/date_core.c #define f_add(x,y) rb_funcall(x, '+', 1, y)
rb_funcall         33 ext/date/date_core.c #define f_sub(x,y) rb_funcall(x, '-', 1, y)
rb_funcall         34 ext/date/date_core.c #define f_mul(x,y) rb_funcall(x, '*', 1, y)
rb_funcall         35 ext/date/date_core.c #define f_div(x,y) rb_funcall(x, '/', 1, y)
rb_funcall         36 ext/date/date_core.c #define f_quo(x,y) rb_funcall(x, rb_intern("quo"), 1, y)
rb_funcall         37 ext/date/date_core.c #define f_idiv(x,y) rb_funcall(x, rb_intern("div"), 1, y)
rb_funcall         38 ext/date/date_core.c #define f_mod(x,y) rb_funcall(x, '%', 1, y)
rb_funcall         39 ext/date/date_core.c #define f_remainder(x,y) rb_funcall(x, rb_intern("remainder"), 1, y)
rb_funcall         40 ext/date/date_core.c #define f_expt(x,y) rb_funcall(x, rb_intern("**"), 1, y)
rb_funcall         41 ext/date/date_core.c #define f_floor(x) rb_funcall(x, rb_intern("floor"), 0)
rb_funcall         42 ext/date/date_core.c #define f_ceil(x) rb_funcall(x, rb_intern("ceil"), 0)
rb_funcall         43 ext/date/date_core.c #define f_truncate(x) rb_funcall(x, rb_intern("truncate"), 0)
rb_funcall         44 ext/date/date_core.c #define f_round(x) rb_funcall(x, rb_intern("round"), 0)
rb_funcall         46 ext/date/date_core.c #define f_to_i(x) rb_funcall(x, rb_intern("to_i"), 0)
rb_funcall         47 ext/date/date_core.c #define f_to_r(x) rb_funcall(x, rb_intern("to_r"), 0)
rb_funcall         48 ext/date/date_core.c #define f_to_s(x) rb_funcall(x, rb_intern("to_s"), 0)
rb_funcall         49 ext/date/date_core.c #define f_inspect(x) rb_funcall(x, rb_intern("inspect"), 0)
rb_funcall         65 ext/date/date_core.c     return rb_funcall(x, id_cmp, 1, y);
rb_funcall         73 ext/date/date_core.c     return rb_funcall(x, '<', 1, y);
rb_funcall         81 ext/date/date_core.c     return rb_funcall(x, '>', 1, y);
rb_funcall         89 ext/date/date_core.c     return rb_funcall(x, id_le_p, 1, y);
rb_funcall         97 ext/date/date_core.c     return rb_funcall(x, rb_intern(">="), 1, y);
rb_funcall        105 ext/date/date_core.c     return rb_funcall(x, rb_intern("=="), 1, y);
rb_funcall        122 ext/date/date_core.c     return rb_funcall(x, id_eqeq_p, 1, INT2FIX(0));
rb_funcall        132 ext/date/date_core.c     return rb_funcall(x, '<', 1, INT2FIX(0));
rb_funcall        137 ext/date/date_core.c #define f_ajd(x) rb_funcall(x, rb_intern("ajd"), 0)
rb_funcall        138 ext/date/date_core.c #define f_jd(x) rb_funcall(x, rb_intern("jd"), 0)
rb_funcall        139 ext/date/date_core.c #define f_year(x) rb_funcall(x, rb_intern("year"), 0)
rb_funcall        140 ext/date/date_core.c #define f_mon(x) rb_funcall(x, rb_intern("mon"), 0)
rb_funcall        141 ext/date/date_core.c #define f_mday(x) rb_funcall(x, rb_intern("mday"), 0)
rb_funcall        142 ext/date/date_core.c #define f_wday(x) rb_funcall(x, rb_intern("wday"), 0)
rb_funcall        143 ext/date/date_core.c #define f_hour(x) rb_funcall(x, rb_intern("hour"), 0)
rb_funcall        144 ext/date/date_core.c #define f_min(x) rb_funcall(x, rb_intern("min"), 0)
rb_funcall        145 ext/date/date_core.c #define f_sec(x) rb_funcall(x, rb_intern("sec"), 0)
rb_funcall       3881 ext/date/date_core.c 		set_hash0(e, rb_funcall(d, SYM2ID(e), 0));
rb_funcall       3898 ext/date/date_core.c 		set_hash0(e, rb_funcall(d, SYM2ID(e), 0));
rb_funcall       3922 ext/date/date_core.c 		set_hash0(e, rb_funcall(d, SYM2ID(e), 0));
rb_funcall       3939 ext/date/date_core.c 		set_hash0(e, rb_funcall(d, SYM2ID(e), 0));
rb_funcall       8396 ext/date/date_core.c #define f_subsec(x) rb_funcall(x, rb_intern("subsec"), 0)
rb_funcall       8397 ext/date/date_core.c #define f_utc_offset(x) rb_funcall(x, rb_intern("utc_offset"), 0)
rb_funcall       8398 ext/date/date_core.c #define f_local3(x,y,m,d) rb_funcall(x, rb_intern("local"), 3, y, m, d)
rb_funcall       8567 ext/date/date_core.c 	t = rb_funcall(rb_cTime,
rb_funcall       9573 ext/date/date_core.c #define f_public(m,s) rb_funcall(m, rb_intern("public"), 1,\
rb_funcall         14 ext/date/date_parse.c #define f_negate(x) rb_funcall(x, rb_intern("-@"), 0)
rb_funcall         15 ext/date/date_parse.c #define f_add(x,y) rb_funcall(x, '+', 1, y)
rb_funcall         16 ext/date/date_parse.c #define f_sub(x,y) rb_funcall(x, '-', 1, y)
rb_funcall         17 ext/date/date_parse.c #define f_mul(x,y) rb_funcall(x, '*', 1, y)
rb_funcall         18 ext/date/date_parse.c #define f_div(x,y) rb_funcall(x, '/', 1, y)
rb_funcall         19 ext/date/date_parse.c #define f_idiv(x,y) rb_funcall(x, rb_intern("div"), 1, y)
rb_funcall         20 ext/date/date_parse.c #define f_mod(x,y) rb_funcall(x, '%', 1, y)
rb_funcall         21 ext/date/date_parse.c #define f_expt(x,y) rb_funcall(x, rb_intern("**"), 1, y)
rb_funcall         23 ext/date/date_parse.c #define f_lt_p(x,y) rb_funcall(x, '<', 1, y)
rb_funcall         24 ext/date/date_parse.c #define f_gt_p(x,y) rb_funcall(x, '>', 1, y)
rb_funcall         25 ext/date/date_parse.c #define f_le_p(x,y) rb_funcall(x, rb_intern("<="), 1, y)
rb_funcall         26 ext/date/date_parse.c #define f_ge_p(x,y) rb_funcall(x, rb_intern(">="), 1, y)
rb_funcall         28 ext/date/date_parse.c #define f_to_s(x) rb_funcall(x, rb_intern("to_s"), 0)
rb_funcall         30 ext/date/date_parse.c #define f_match(r,s) rb_funcall(r, rb_intern("match"), 1, s)
rb_funcall         31 ext/date/date_parse.c #define f_aref(o,i) rb_funcall(o, rb_intern("[]"), 1, i)
rb_funcall         32 ext/date/date_parse.c #define f_aref2(o,i,j) rb_funcall(o, rb_intern("[]"), 2, i, j)
rb_funcall         33 ext/date/date_parse.c #define f_begin(o,i) rb_funcall(o, rb_intern("begin"), 1, i)
rb_funcall         34 ext/date/date_parse.c #define f_end(o,i) rb_funcall(o, rb_intern("end"), 1, i)
rb_funcall         35 ext/date/date_parse.c #define f_aset(o,i,v) rb_funcall(o, rb_intern("[]="), 2, i, v)
rb_funcall         36 ext/date/date_parse.c #define f_aset2(o,i,j,v) rb_funcall(o, rb_intern("[]="), 3, i, j, v)
rb_funcall         37 ext/date/date_parse.c #define f_sub_bang(s,r,x) rb_funcall(s, rb_intern("sub!"), 2, r, x)
rb_funcall         38 ext/date/date_parse.c #define f_gsub_bang(s,r,x) rb_funcall(s, rb_intern("gsub!"), 2, r, x)
rb_funcall         23 ext/date/date_strftime.c #define add(x,y) (rb_funcall((x), '+', 1, (y)))
rb_funcall         24 ext/date/date_strftime.c #define sub(x,y) (rb_funcall((x), '-', 1, (y)))
rb_funcall         25 ext/date/date_strftime.c #define mul(x,y) (rb_funcall((x), '*', 1, (y)))
rb_funcall         26 ext/date/date_strftime.c #define quo(x,y) (rb_funcall((x), rb_intern("quo"), 1, (y)))
rb_funcall         27 ext/date/date_strftime.c #define div(x,y) (rb_funcall((x), rb_intern("div"), 1, (y)))
rb_funcall         28 ext/date/date_strftime.c #define mod(x,y) (rb_funcall((x), '%', 1, (y)))
rb_funcall         38 ext/date/date_strptime.c #define f_negate(x) rb_funcall(x, rb_intern("-@"), 0)
rb_funcall         39 ext/date/date_strptime.c #define f_add(x,y) rb_funcall(x, '+', 1, y)
rb_funcall         40 ext/date/date_strptime.c #define f_sub(x,y) rb_funcall(x, '-', 1, y)
rb_funcall         41 ext/date/date_strptime.c #define f_mul(x,y) rb_funcall(x, '*', 1, y)
rb_funcall         42 ext/date/date_strptime.c #define f_div(x,y) rb_funcall(x, '/', 1, y)
rb_funcall         43 ext/date/date_strptime.c #define f_idiv(x,y) rb_funcall(x, rb_intern("div"), 1, y)
rb_funcall         44 ext/date/date_strptime.c #define f_mod(x,y) rb_funcall(x, '%', 1, y)
rb_funcall         45 ext/date/date_strptime.c #define f_expt(x,y) rb_funcall(x, rb_intern("**"), 1, y)
rb_funcall         47 ext/date/date_strptime.c #define f_lt_p(x,y) rb_funcall(x, '<', 1, y)
rb_funcall         48 ext/date/date_strptime.c #define f_gt_p(x,y) rb_funcall(x, '>', 1, y)
rb_funcall         49 ext/date/date_strptime.c #define f_le_p(x,y) rb_funcall(x, rb_intern("<="), 1, y)
rb_funcall         50 ext/date/date_strptime.c #define f_ge_p(x,y) rb_funcall(x, rb_intern(">="), 1, y)
rb_funcall         52 ext/date/date_strptime.c #define f_match(r,s) rb_funcall(r, rb_intern("match"), 1, s)
rb_funcall         53 ext/date/date_strptime.c #define f_aref(o,i) rb_funcall(o, rb_intern("[]"), 1, i)
rb_funcall         54 ext/date/date_strptime.c #define f_end(o,i) rb_funcall(o, rb_intern("end"), 1, i)
rb_funcall        117 ext/digest/bubblebabble/bubblebabble.c     return bubblebabble_str_new(rb_funcall(self, id_digest, 0));
rb_funcall        226 ext/digest/digest.c     rb_funcall(clone, id_reset, 0);
rb_funcall        248 ext/digest/digest.c         rb_funcall(self, id_reset, 0);
rb_funcall        249 ext/digest/digest.c         rb_funcall(self, id_update, 1, str);
rb_funcall        250 ext/digest/digest.c         value = rb_funcall(self, id_finish, 0);
rb_funcall        251 ext/digest/digest.c         rb_funcall(self, id_reset, 0);
rb_funcall        253 ext/digest/digest.c         value = rb_funcall(rb_obj_clone(self), id_finish, 0);
rb_funcall        269 ext/digest/digest.c     VALUE value = rb_funcall(self, id_finish, 0);
rb_funcall        270 ext/digest/digest.c     rb_funcall(self, id_reset, 0);
rb_funcall        293 ext/digest/digest.c         rb_funcall(self, id_reset, 0);
rb_funcall        294 ext/digest/digest.c         rb_funcall(self, id_update, 1, str);
rb_funcall        295 ext/digest/digest.c         value = rb_funcall(self, id_finish, 0);
rb_funcall        296 ext/digest/digest.c         rb_funcall(self, id_reset, 0);
rb_funcall        298 ext/digest/digest.c         value = rb_funcall(rb_obj_clone(self), id_finish, 0);
rb_funcall        314 ext/digest/digest.c     VALUE value = rb_funcall(self, id_finish, 0);
rb_funcall        315 ext/digest/digest.c     rb_funcall(self, id_reset, 0);
rb_funcall        329 ext/digest/digest.c     return rb_funcall(self, id_hexdigest, 0);
rb_funcall        422 ext/digest/digest.c     return rb_funcall(self, id_digest_length, 0);
rb_funcall        475 ext/digest/digest.c     return rb_funcall(obj, id_digest, 1, str);
rb_funcall         96 ext/fiddle/closure.c 			rb_funcall(cPointer, rb_intern("[]"), 1,
rb_funcall        106 ext/fiddle/conversions.c         return rb_funcall(cPointer, rb_intern("[]"), 1,
rb_funcall        208 ext/fiddle/function.c 		src = rb_funcall(cPointer, rb_intern("[]"), 1, src);
rb_funcall        221 ext/fiddle/function.c     rb_funcall(mFiddle, rb_intern("last_error="), 1, INT2NUM(errno));
rb_funcall        223 ext/fiddle/function.c     rb_funcall(mFiddle, rb_intern("win32_last_error="), 1, INT2NUM(errno));
rb_funcall        248 ext/openssl/ossl.c     return rb_funcall(args->proc, rb_intern("call"), 2,
rb_funcall        318 ext/openssl/ossl.c     tmp = rb_funcall(obj, ossl_s_to_der, 0);
rb_funcall         90 ext/openssl/ossl_asn1.c 	*days = NUM2INT(rb_funcall(num, rb_intern("/"), 1, INT2FIX(86400)));
rb_funcall         91 ext/openssl/ossl_asn1.c 	*sec = NUM2TIMET(rb_funcall(num, rb_intern("%"), 1, INT2FIX(86400)));
rb_funcall         43 ext/openssl/ossl_config.c     str = rb_funcall(obj, rb_intern("to_s"), 0);
rb_funcall        448 ext/openssl/ossl_pkey_ec.c     group = rb_funcall(self, rb_intern("group"), 0);
rb_funcall        228 ext/openssl/ossl_ssl.c     cb = rb_funcall(obj, rb_intern("client_cert_cb"), 0);
rb_funcall        230 ext/openssl/ossl_ssl.c     ary = rb_funcall(cb, rb_intern("call"), 1, obj);
rb_funcall        261 ext/openssl/ossl_ssl.c     cb = rb_funcall(rb_ary_entry(args, 0), rb_intern("tmp_dh_callback"), 0);
rb_funcall        295 ext/openssl/ossl_ssl.c     cb = rb_funcall(rb_ary_entry(args, 0), rb_intern("tmp_ecdh_callback"), 0);
rb_funcall        342 ext/openssl/ossl_ssl.c     cb = rb_funcall(ssl_obj, rb_intern("session_get_cb"), 0);
rb_funcall        345 ext/openssl/ossl_ssl.c     return rb_funcall(cb, rb_intern("call"), 1, ary);
rb_funcall        391 ext/openssl/ossl_ssl.c     cb = rb_funcall(ssl_obj, rb_intern("session_new_cb"), 0);
rb_funcall        394 ext/openssl/ossl_ssl.c     return rb_funcall(cb, rb_intern("call"), 1, ary);
rb_funcall        444 ext/openssl/ossl_ssl.c     return rb_funcall(cb, rb_intern("call"), 1, ary);
rb_funcall        508 ext/openssl/ossl_ssl.c     ret_obj = rb_funcall(cb, rb_intern("call"), 1, ary);
rb_funcall        568 ext/openssl/ossl_ssl.c     (void) rb_funcall(cb, rb_intern("call"), 1, ssl_obj);
rb_funcall        611 ext/openssl/ossl_ssl.c     selected = rb_funcall(cb, rb_intern("call"), 1, protocols);
rb_funcall       1313 ext/openssl/ossl_ssl.c         tm = NUM2LONG(rb_funcall(arg1, rb_intern("to_i"), 0));
rb_funcall       1400 ext/openssl/ossl_ssl.c 	v_ctx = rb_funcall(cSSLContext, rb_intern("new"), 0);
rb_funcall       1407 ext/openssl/ossl_ssl.c 	rb_funcall(io, rb_intern("nonblock="), 1, Qtrue);
rb_funcall       1687 ext/openssl/ossl_ssl.c           return rb_funcall(ossl_ssl_get_io(self), meth, 3, len, str, opts);
rb_funcall       1689 ext/openssl/ossl_ssl.c           return rb_funcall(ossl_ssl_get_io(self), meth, 2, len, str);
rb_funcall       1771 ext/openssl/ossl_ssl.c 	return rb_funcall(ossl_ssl_get_io(self), id_syswrite, 1, str);
rb_funcall        136 ext/openssl/ossl_ssl_session.c 	return rb_funcall(rb_cTime, rb_intern("at"), 1, TIMET2NUM(t));
rb_funcall        173 ext/openssl/ossl_ssl_session.c 		time_v = rb_funcall(time_v, rb_intern("to_i"), 0);
rb_funcall        127 ext/openssl/ossl_x509attr.c     rb_funcall(self, rb_intern("oid="), 1, oid);
rb_funcall        128 ext/openssl/ossl_x509attr.c     rb_funcall(self, rb_intern("value="), 1, value);
rb_funcall        259 ext/openssl/ossl_x509attr.c     return rb_funcall(mASN1, rb_intern("decode"), 1, str);
rb_funcall        319 ext/openssl/ossl_x509ext.c     rb_funcall(self, rb_intern("oid="), 1, oid);
rb_funcall        320 ext/openssl/ossl_x509ext.c     rb_funcall(self, rb_intern("value="), 1, value);
rb_funcall        321 ext/openssl/ossl_x509ext.c     if(argc > 2) rb_funcall(self, rb_intern("critical="), 1, critical);
rb_funcall        109 ext/openssl/ossl_x509name.c #define rb_aref(obj, key) rb_funcall((obj), id_aref, 1, (key))
rb_funcall        333 ext/openssl/ossl_x509store.c     ctx = rb_funcall(cX509StoreContext, rb_intern("new"), 3, self, cert, chain);
rb_funcall        337 ext/openssl/ossl_x509store.c     result = rb_funcall(ctx, rb_intern("verify"), 0);
rb_funcall        260 ext/pathname/pathname.c     str = rb_funcall(rb_cFile, rb_intern("realpath"), 2, get_strpath(self), basedir);
rb_funcall        276 ext/pathname/pathname.c     str = rb_funcall(rb_cFile, rb_intern("realdirpath"), 2, get_strpath(self), basedir);
rb_funcall        440 ext/pathname/pathname.c     return rb_funcall(rb_cFile, rb_intern("atime"), 1, get_strpath(self));
rb_funcall        456 ext/pathname/pathname.c     return rb_funcall(rb_cFile, rb_intern("birthtime"), 1, get_strpath(self));
rb_funcall        473 ext/pathname/pathname.c     return rb_funcall(rb_cFile, rb_intern("ctime"), 1, get_strpath(self));
rb_funcall        487 ext/pathname/pathname.c     return rb_funcall(rb_cFile, rb_intern("mtime"), 1, get_strpath(self));
rb_funcall        501 ext/pathname/pathname.c     return rb_funcall(rb_cFile, rb_intern("chmod"), 2, mode, get_strpath(self));
rb_funcall        515 ext/pathname/pathname.c     return rb_funcall(rb_cFile, rb_intern("lchmod"), 2, mode, get_strpath(self));
rb_funcall        529 ext/pathname/pathname.c     return rb_funcall(rb_cFile, rb_intern("chown"), 3, owner, group, get_strpath(self));
rb_funcall        543 ext/pathname/pathname.c     return rb_funcall(rb_cFile, rb_intern("lchown"), 3, owner, group, get_strpath(self));
rb_funcall        561 ext/pathname/pathname.c         return rb_funcall(rb_cFile, rb_intern("fnmatch"), 2, pattern, str);
rb_funcall        563 ext/pathname/pathname.c         return rb_funcall(rb_cFile, rb_intern("fnmatch"), 3, pattern, str, flags);
rb_funcall        577 ext/pathname/pathname.c     return rb_funcall(rb_cFile, rb_intern("ftype"), 1, get_strpath(self));
rb_funcall        591 ext/pathname/pathname.c     return rb_funcall(rb_cFile, rb_intern("link"), 2, old, get_strpath(self));
rb_funcall        624 ext/pathname/pathname.c     str = rb_funcall(rb_cFile, rb_intern("readlink"), 1, get_strpath(self));
rb_funcall        636 ext/pathname/pathname.c     return rb_funcall(rb_cFile, rb_intern("rename"), 2, get_strpath(self), to);
rb_funcall        647 ext/pathname/pathname.c     return rb_funcall(rb_cFile, rb_intern("stat"), 1, get_strpath(self));
rb_funcall        656 ext/pathname/pathname.c     return rb_funcall(rb_cFile, rb_intern("lstat"), 1, get_strpath(self));
rb_funcall        670 ext/pathname/pathname.c     return rb_funcall(rb_cFile, rb_intern("symlink"), 2, old, get_strpath(self));
rb_funcall        681 ext/pathname/pathname.c     return rb_funcall(rb_cFile, rb_intern("truncate"), 2, get_strpath(self), length);
rb_funcall        692 ext/pathname/pathname.c     return rb_funcall(rb_cFile, rb_intern("utime"), 3, atime, mtime, get_strpath(self));
rb_funcall        706 ext/pathname/pathname.c         str = rb_funcall(rb_cFile, rb_intern("basename"), 1, str);
rb_funcall        708 ext/pathname/pathname.c         str = rb_funcall(rb_cFile, rb_intern("basename"), 2, str, fext);
rb_funcall        721 ext/pathname/pathname.c     str = rb_funcall(rb_cFile, rb_intern("dirname"), 1, str);
rb_funcall        734 ext/pathname/pathname.c     return rb_funcall(rb_cFile, rb_intern("extname"), 1, str);
rb_funcall        748 ext/pathname/pathname.c         str = rb_funcall(rb_cFile, rb_intern("expand_path"), 1, str);
rb_funcall        750 ext/pathname/pathname.c         str = rb_funcall(rb_cFile, rb_intern("expand_path"), 2, str, dname);
rb_funcall        764 ext/pathname/pathname.c     ary = rb_funcall(rb_cFile, rb_intern("split"), 1, str);
rb_funcall        779 ext/pathname/pathname.c     return rb_funcall(rb_mFileTest, rb_intern("blockdev?"), 1, get_strpath(self));
rb_funcall        788 ext/pathname/pathname.c     return rb_funcall(rb_mFileTest, rb_intern("chardev?"), 1, get_strpath(self));
rb_funcall        797 ext/pathname/pathname.c     return rb_funcall(rb_mFileTest, rb_intern("executable?"), 1, get_strpath(self));
rb_funcall        806 ext/pathname/pathname.c     return rb_funcall(rb_mFileTest, rb_intern("executable_real?"), 1, get_strpath(self));
rb_funcall        815 ext/pathname/pathname.c     return rb_funcall(rb_mFileTest, rb_intern("exist?"), 1, get_strpath(self));
rb_funcall        824 ext/pathname/pathname.c     return rb_funcall(rb_mFileTest, rb_intern("grpowned?"), 1, get_strpath(self));
rb_funcall        833 ext/pathname/pathname.c     return rb_funcall(rb_mFileTest, rb_intern("directory?"), 1, get_strpath(self));
rb_funcall        842 ext/pathname/pathname.c     return rb_funcall(rb_mFileTest, rb_intern("file?"), 1, get_strpath(self));
rb_funcall        851 ext/pathname/pathname.c     return rb_funcall(rb_mFileTest, rb_intern("pipe?"), 1, get_strpath(self));
rb_funcall        860 ext/pathname/pathname.c     return rb_funcall(rb_mFileTest, rb_intern("socket?"), 1, get_strpath(self));
rb_funcall        869 ext/pathname/pathname.c     return rb_funcall(rb_mFileTest, rb_intern("owned?"), 1, get_strpath(self));
rb_funcall        878 ext/pathname/pathname.c     return rb_funcall(rb_mFileTest, rb_intern("readable?"), 1, get_strpath(self));
rb_funcall        887 ext/pathname/pathname.c     return rb_funcall(rb_mFileTest, rb_intern("world_readable?"), 1, get_strpath(self));
rb_funcall        896 ext/pathname/pathname.c     return rb_funcall(rb_mFileTest, rb_intern("readable_real?"), 1, get_strpath(self));
rb_funcall        905 ext/pathname/pathname.c     return rb_funcall(rb_mFileTest, rb_intern("setuid?"), 1, get_strpath(self));
rb_funcall        914 ext/pathname/pathname.c     return rb_funcall(rb_mFileTest, rb_intern("setgid?"), 1, get_strpath(self));
rb_funcall        923 ext/pathname/pathname.c     return rb_funcall(rb_mFileTest, rb_intern("size"), 1, get_strpath(self));
rb_funcall        932 ext/pathname/pathname.c     return rb_funcall(rb_mFileTest, rb_intern("size?"), 1, get_strpath(self));
rb_funcall        941 ext/pathname/pathname.c     return rb_funcall(rb_mFileTest, rb_intern("sticky?"), 1, get_strpath(self));
rb_funcall        950 ext/pathname/pathname.c     return rb_funcall(rb_mFileTest, rb_intern("symlink?"), 1, get_strpath(self));
rb_funcall        959 ext/pathname/pathname.c     return rb_funcall(rb_mFileTest, rb_intern("writable?"), 1, get_strpath(self));
rb_funcall        968 ext/pathname/pathname.c     return rb_funcall(rb_mFileTest, rb_intern("world_writable?"), 1, get_strpath(self));
rb_funcall        977 ext/pathname/pathname.c     return rb_funcall(rb_mFileTest, rb_intern("writable_real?"), 1, get_strpath(self));
rb_funcall        986 ext/pathname/pathname.c     return rb_funcall(rb_mFileTest, rb_intern("zero?"), 1, get_strpath(self));
rb_funcall       1039 ext/pathname/pathname.c     str = rb_funcall(rb_cDir, rb_intern("getwd"), 0);
rb_funcall       1076 ext/pathname/pathname.c     ary = rb_funcall(rb_cDir, rb_intern("entries"), 1, str);
rb_funcall       1097 ext/pathname/pathname.c         return rb_funcall(rb_cDir, rb_intern("mkdir"), 1, str);
rb_funcall       1099 ext/pathname/pathname.c         return rb_funcall(rb_cDir, rb_intern("mkdir"), 2, str, vmode);
rb_funcall       1110 ext/pathname/pathname.c     return rb_funcall(rb_cDir, rb_intern("rmdir"), 1, get_strpath(self));
rb_funcall       1149 ext/pathname/pathname.c     return rb_funcall(rb_cDir, rb_intern("unlink"), 1, str);
rb_funcall       1155 ext/pathname/pathname.c     return rb_funcall(rb_cFile, rb_intern("unlink"), 1, str);
rb_funcall         30 ext/psych/psych_emitter.c     VALUE wrote = rb_funcall(io, id_write, 1, str);
rb_funcall         88 ext/psych/psych_emitter.c 	line_width = rb_funcall(options, id_line_width, 0);
rb_funcall         89 ext/psych/psych_emitter.c 	indent     = rb_funcall(options, id_indentation, 0);
rb_funcall         90 ext/psych/psych_emitter.c 	canonical  = rb_funcall(options, id_canonical, 0);
rb_funcall         30 ext/psych/psych_parser.c     VALUE string = rb_funcall(io, id_read, 1, INT2NUM(size));
rb_funcall         87 ext/psych/psych_parser.c     return rb_funcall(ePsychSyntaxError, rb_intern("new"), 6,
rb_funcall        131 ext/psych/psych_parser.c     io_external_encoding = rb_funcall(src, rb_intern("external_encoding"), 0);
rb_funcall        179 ext/psych/psych_parser.c     return rb_funcall(args[0], id_start_stream, 1, args[1]);
rb_funcall        191 ext/psych/psych_parser.c     return rb_funcall(args[0], id_end_document, 1, args[1]);
rb_funcall        197 ext/psych/psych_parser.c     return rb_funcall(args[0], id_alias, 1, args[1]);
rb_funcall        214 ext/psych/psych_parser.c     return rb_funcall(handler, id_end_sequence, 0);
rb_funcall        225 ext/psych/psych_parser.c     return rb_funcall(handler, id_end_mapping, 0);
rb_funcall        230 ext/psych/psych_parser.c     return rb_funcall(handler, id_empty, 0);
rb_funcall        235 ext/psych/psych_parser.c     return rb_funcall(handler, id_end_stream, 0);
rb_funcall        264 ext/psych/psych_parser.c 	    path = rb_funcall(yaml, id_path, 0);
rb_funcall        291 ext/racc/cparse/cparse.c     rb_funcall(v->lexer, v->lexmid, 0);
rb_funcall        510 ext/racc/cparse/cparse.c                 tmp = rb_funcall(v->parser, id_nexttoken, 0);
rb_funcall        520 ext/racc/cparse/cparse.c                 rb_funcall(v->parser, id_d_read_token,
rb_funcall        580 ext/racc/cparse/cparse.c             rb_funcall(v->parser, id_d_next_state,
rb_funcall        588 ext/racc/cparse/cparse.c     if (v->debug) rb_funcall(v->parser, id_d_accept, 0);
rb_funcall        598 ext/racc/cparse/cparse.c         rb_funcall(v->parser, id_onerror,
rb_funcall        659 ext/racc/cparse/cparse.c             rb_funcall(v->parser, id_d_e_pop,
rb_funcall        689 ext/racc/cparse/cparse.c         rb_funcall(v->parser, id_d_shift,
rb_funcall        748 ext/racc/cparse/cparse.c             tmp = rb_funcall(v->parser, mid,
rb_funcall        752 ext/racc/cparse/cparse.c             tmp = rb_funcall(v->parser, mid,
rb_funcall        761 ext/racc/cparse/cparse.c         rb_funcall(v->parser, id_d_reduce,
rb_funcall        649 ext/readline/readline.c         rb_funcall(proc, rb_intern("call"), 0);
rb_funcall        956 ext/readline/readline.c     ary = rb_funcall(proc, rb_intern("call"), 1, rb_locale_str_new_cstr(text));
rb_funcall        797 ext/ripper/ripper.c # define WARN_CALL rb_funcall
rb_funcall        800 ext/ripper/ripper.c # define WARNING_CALL rb_funcall
rb_funcall       16885 ext/ripper/ripper.c     return rb_funcall(parser->value, mid, 0);
rb_funcall       16892 ext/ripper/ripper.c     return rb_funcall(parser->value, mid, 1, a);
rb_funcall       16900 ext/ripper/ripper.c     return rb_funcall(parser->value, mid, 2, a, b);
rb_funcall       16909 ext/ripper/ripper.c     return rb_funcall(parser->value, mid, 3, a, b, c);
rb_funcall       16919 ext/ripper/ripper.c     return rb_funcall(parser->value, mid, 4, a, b, c, d);
rb_funcall       16930 ext/ripper/ripper.c     return rb_funcall(parser->value, mid, 5, a, b, c, d, e);
rb_funcall       16943 ext/ripper/ripper.c     return rb_funcall(parser->value, mid, 7, a, b, c, d, e, f, g);
rb_funcall       17070 ext/ripper/ripper.c     rb_funcall(parser->value, rb_intern("compile_error"), 1, str);
rb_funcall        743 ext/ripper/ripper.y # define WARN_CALL rb_funcall
rb_funcall        746 ext/ripper/ripper.y # define WARNING_CALL rb_funcall
rb_funcall       11136 ext/ripper/ripper.y     return rb_funcall(parser->value, mid, 0);
rb_funcall       11143 ext/ripper/ripper.y     return rb_funcall(parser->value, mid, 1, a);
rb_funcall       11151 ext/ripper/ripper.y     return rb_funcall(parser->value, mid, 2, a, b);
rb_funcall       11160 ext/ripper/ripper.y     return rb_funcall(parser->value, mid, 3, a, b, c);
rb_funcall       11170 ext/ripper/ripper.y     return rb_funcall(parser->value, mid, 4, a, b, c, d);
rb_funcall       11181 ext/ripper/ripper.y     return rb_funcall(parser->value, mid, 5, a, b, c, d, e);
rb_funcall       11194 ext/ripper/ripper.y     return rb_funcall(parser->value, mid, 7, a, b, c, d, e, f, g);
rb_funcall       11321 ext/ripper/ripper.y     rb_funcall(parser->value, rb_intern("compile_error"), 1, str);
rb_funcall        329 ext/socket/ancdata.c #define add(x,y) (rb_funcall((x), '+', 1, (y)))
rb_funcall        330 ext/socket/ancdata.c #define mul(x,y) (rb_funcall((x), '*', 1, (y)))
rb_funcall        331 ext/socket/ancdata.c #define quo(x,y) (rb_funcall((x), rb_intern("quo"), 1, (y)))
rb_funcall       1187 ext/socket/ancdata.c                 vlevel = rb_funcall(elt, rb_intern("level"), 0);
rb_funcall       1188 ext/socket/ancdata.c                 vtype = rb_funcall(elt, rb_intern("type"), 0);
rb_funcall       1189 ext/socket/ancdata.c                 cdata = rb_funcall(elt, rb_intern("data"), 0);
rb_funcall        208 ext/socket/basicsocket.c         lev = rb_funcall(argv[0], rb_intern("level"), 0);
rb_funcall        209 ext/socket/basicsocket.c         optname = rb_funcall(argv[0], rb_intern("optname"), 0);
rb_funcall        210 ext/socket/basicsocket.c         val = rb_funcall(argv[0], rb_intern("data"), 0);
rb_funcall       1436 ext/socket/option.c     return rb_funcall(sockopt_data(self), rb_intern("unpack"), 1, template);
rb_funcall        415 ext/strscan/strscan.c     substr = rb_funcall(p->str, id_byteslice, 2, INT2FIX(0), INT2NUM(p->curr));
rb_funcall        586 ext/syslog/syslog.c     rb_funcall(mSyslogConstants, rb_intern("include"), 1, mSyslogMacros);
rb_funcall        589 ext/syslog/syslog.c     rb_funcall(mSyslog, rb_intern("include"), 1, mSyslogConstants);
rb_funcall       1278 ext/tk/tcltklib.c       basename = rb_funcall(rb_cFile, rb_intern("basename"), 1,
rb_funcall       1897 ext/tk/tcltklib.c         divmod = rb_funcall(time, rb_intern("divmod"), 1, LONG2NUM(1000000));
rb_funcall       1904 ext/tk/tcltklib.c         divmod = rb_funcall(time, rb_intern("divmod"), 1, INT2FIX(1));
rb_funcall       2723 ext/tk/tcltklib.c         while(!RTEST(rb_funcall(parent_evloop, ID_stop_p, 0))) {
rb_funcall       2825 ext/tk/tcltklib.c         if (RTEST(rb_funcall(watchdog_thread, ID_stop_p, 0))) {
rb_funcall       2826 ext/tk/tcltklib.c             rb_funcall(watchdog_thread, ID_kill, 0);
rb_funcall       2848 ext/tk/tcltklib.c             if (RTEST(rb_funcall(eventloop_thread, ID_stop_p, 0))) {
rb_funcall       2939 ext/tk/tcltklib.c     return rb_funcall(q->proc, ID_call, 0);
rb_funcall       2969 ext/tk/tcltklib.c     return rb_funcall(th, ID_value, 0);
rb_funcall       3003 ext/tk/tcltklib.c         rb_funcall(th, ID_kill, 0);
rb_funcall       3184 ext/tk/tcltklib.c         return rb_funcall(obj, ID_join, 1, rb_str_new2(" "));
rb_funcall       6995 ext/tk/tcltklib.c 	&& ! RTEST(rb_funcall(thread, ID_stop_p, 0))) {
rb_funcall       7017 ext/tk/tcltklib.c         ret = rb_funcall(rb_proc_new(callq_safelevel_handler, q_dat),
rb_funcall       7482 ext/tk/tcltklib.c 	&& ! RTEST(rb_funcall(thread, ID_stop_p, 0))) {
rb_funcall       7511 ext/tk/tcltklib.c         ret = rb_funcall(rb_proc_new(evq_safelevel_handler, q_dat),
rb_funcall       8988 ext/tk/tcltklib.c 	&& ! RTEST(rb_funcall(thread, ID_stop_p, 0))) {
rb_funcall       9010 ext/tk/tcltklib.c         ret = rb_funcall(rb_proc_new(ivq_safelevel_handler, q_dat),
rb_funcall       10573 ext/tk/tcltklib.c   return rb_funcall(rb_proc_new(create_encoding_table_core, interp),
rb_funcall        480 ext/tk/tkutil/tkutil.c                 str_val = rb_funcall(self, ID_toUTF8, 1, str_val);
rb_funcall        482 ext/tk/tkutil/tkutil.c                 str_val = rb_funcall(cTclTkLib, ID_toUTF8, 1, str_val);
rb_funcall        488 ext/tk/tkutil/tkutil.c             val = rb_funcall(cTclTkLib, ID_fromUTF8, 2, val, dst_enc);
rb_funcall        574 ext/tk/tkutil/tkutil.c                 str_val = rb_funcall(self, ID_toUTF8, 1, str_val);
rb_funcall        576 ext/tk/tkutil/tkutil.c                 str_val = rb_funcall(cTclTkLib, ID_toUTF8, 1, str_val);
rb_funcall        582 ext/tk/tkutil/tkutil.c             val = rb_funcall(cTclTkLib, ID_fromUTF8, 2, val, dst_enc);
rb_funcall        870 ext/tk/tkutil/tkutil.c                 return rb_funcall(self, ID_toUTF8, 1, obj);
rb_funcall        881 ext/tk/tkutil/tkutil.c                 return rb_funcall(self, ID_toUTF8, 1,
rb_funcall        923 ext/tk/tkutil/tkutil.c                 return rb_funcall(self, ID_install_cmd, 1, obj);
rb_funcall       1045 ext/tk/tkutil/tkutil.c     value = rb_funcall(value, ID_downcase, 0);
rb_funcall       1362 ext/tk/tkutil/tkutil.c     return rb_funcall(inf->aliases, rb_intern("update"), 1, tbl);
rb_funcall       1493 ext/tk/tkutil/tkutil.c     list = rb_funcall(cTclTkLib, ID_split_tklist, 1, str);
rb_funcall       1722 ext/tk/tkutil/tkutil.c 	rb_ary_push(dst, rb_funcall(proc, ID_call, 1,
rb_funcall        424 ext/win32ole/win32ole.c     st.wYear = FIX2INT(rb_funcall(tmobj, rb_intern("year"), 0));
rb_funcall        425 ext/win32ole/win32ole.c     st.wMonth = FIX2INT(rb_funcall(tmobj, rb_intern("month"), 0));
rb_funcall        426 ext/win32ole/win32ole.c     st.wDay = FIX2INT(rb_funcall(tmobj, rb_intern("mday"), 0));
rb_funcall        427 ext/win32ole/win32ole.c     st.wHour = FIX2INT(rb_funcall(tmobj, rb_intern("hour"), 0));
rb_funcall        428 ext/win32ole/win32ole.c     st.wMinute = FIX2INT(rb_funcall(tmobj, rb_intern("min"), 0));
rb_funcall        429 ext/win32ole/win32ole.c     st.wSecond = FIX2INT(rb_funcall(tmobj, rb_intern("sec"), 0));
rb_funcall        438 ext/win32ole/win32ole.c     nsec =  FIX2INT(rb_funcall(tmobj, rb_intern("nsec"), 0));
rb_funcall        453 ext/win32ole/win32ole.c     v = rb_funcall(rb_cTime, rb_intern("new"), 6,
rb_funcall        460 ext/win32ole/win32ole.c     st.wYear = FIX2INT(rb_funcall(v, rb_intern("year"), 0));
rb_funcall        461 ext/win32ole/win32ole.c     st.wMonth = FIX2INT(rb_funcall(v, rb_intern("month"), 0));
rb_funcall        462 ext/win32ole/win32ole.c     st.wDay = FIX2INT(rb_funcall(v, rb_intern("mday"), 0));
rb_funcall        463 ext/win32ole/win32ole.c     st.wHour = FIX2INT(rb_funcall(v, rb_intern("hour"), 0));
rb_funcall        464 ext/win32ole/win32ole.c     st.wMinute = FIX2INT(rb_funcall(v, rb_intern("min"), 0));
rb_funcall        465 ext/win32ole/win32ole.c     st.wSecond = FIX2INT(rb_funcall(v, rb_intern("sec"), 0));
rb_funcall        481 ext/win32ole/win32ole.c         return rb_funcall(v, rb_intern("+"), 1, rb_float_new(msec));
rb_funcall       1329 ext/win32ole/win32ole.c     VALUE detail = rb_funcall(self, rb_intern("to_s"), 0);
rb_funcall       2190 ext/win32ole/win32ole.c         helpfile = rb_funcall(target, rb_intern("helpfile"), 0);
rb_funcall       2196 ext/win32ole/win32ole.c         helpcontext = rb_funcall(target, rb_intern("helpcontext"), 0);
rb_funcall        469 ext/win32ole/win32ole_event.c     VALUE bt = rb_funcall(e, rb_intern("backtrace"), 0);
rb_funcall        470 ext/win32ole/win32ole_event.c     VALUE msg = rb_funcall(e, rb_intern("message"), 0);
rb_funcall        124 ext/win32ole/win32ole_type.c     obj = rb_funcall(cWIN32OLE_TYPELIB, rb_intern("new"), 1, typelib);
rb_funcall        125 ext/win32ole/win32ole_type.c     return rb_funcall(obj, rb_intern("ole_types"), 0);
rb_funcall        632 ext/win32ole/win32ole_variant.c             val = rb_funcall(val, rb_intern("pack"), 1, rb_str_new2("C*"));
rb_funcall        709 ext/win32ole/win32ole_variant.c             rb_funcall(cWIN32OLE_VARIANT, rb_intern("new"), 2, Qnil, INT2FIX(VT_EMPTY)));
rb_funcall        715 ext/win32ole/win32ole_variant.c             rb_funcall(cWIN32OLE_VARIANT, rb_intern("new"), 2, Qnil, INT2FIX(VT_NULL)));
rb_funcall        721 ext/win32ole/win32ole_variant.c             rb_funcall(cWIN32OLE_VARIANT, rb_intern("new"), 2, Qnil, INT2FIX(VT_DISPATCH)));
rb_funcall        731 ext/win32ole/win32ole_variant.c             rb_funcall(cWIN32OLE_VARIANT, rb_intern("new"), 2, INT2NUM(DISP_E_PARAMNOTFOUND), INT2FIX(VT_ERROR)));
rb_funcall       2350 ext/zlib/zlib.c 	rb_funcall(io, id_close, 0);
rb_funcall       2362 ext/zlib/zlib.c 	rb_funcall(gz->io, id_write, 1, str);
rb_funcall       2365 ext/zlib/zlib.c 	    rb_funcall(gz->io, id_flush, 0);
rb_funcall       2375 ext/zlib/zlib.c     str = rb_funcall(gz->io, id_readpartial, 1, INT2FIX(GZFILE_READ_SIZE));
rb_funcall       2386 ext/zlib/zlib.c         str = rb_funcall(gz->io, id_read, 1, INT2FIX(GZFILE_READ_SIZE));
rb_funcall       2939 ext/zlib/zlib.c     rb_funcall(gz->io, id_seek, 2, rb_int2inum(-n), INT2FIX(1));
rb_funcall       3548 ext/zlib/zlib.c 	gz->path = rb_funcall(gz->io, id_path, 0);
rb_funcall       3578 ext/zlib/zlib.c 	rb_funcall(gz->io, id_flush, 0);
rb_funcall       3751 ext/zlib/zlib.c 	gz->path = rb_funcall(gz->io, id_path, 0);
rb_funcall       2654 gc.c           		if (rb_funcall(*ptr, idEq, 1, block)) {
rb_funcall        799 hash.c         	return rb_funcall(ifnone, id_yield, 2, hash, key);
rb_funcall        802 hash.c         	return rb_funcall(hash, id_default, 1, key);
rb_funcall       1762 include/ruby/ruby.h VALUE rb_funcall(VALUE, ID, int, ...);
rb_funcall       1463 io.c           	return rb_funcall(io, id_write, 1, str);
rb_funcall       1546 io.c                   return rb_funcall(io, id_flush, 0);
rb_funcall       10519 io.c                       VALUE rc = rb_funcall(stp->src, read_method, 2, INT2FIX(l), buf);
rb_funcall        463 iseq.c         	VALUE v2 = rb_funcall(rb_cISeq, rb_intern("translate"), 1, v1);
rb_funcall        274 numeric.c          return rb_funcall(x[1], id_coerce, 1, x[0]);
rb_funcall        346 numeric.c          return rb_funcall(x, func, 1, y);
rb_funcall        353 numeric.c      	return rb_funcall(x, func, 1, y);
rb_funcall        363 numeric.c      	NIL_P(c = rb_funcall(x, func, 1, y))) {
rb_funcall        446 numeric.c          return rb_funcall(zero, '-', 1, num);
rb_funcall        459 numeric.c          return rb_funcall(rb_Float(x), '/', 1, y);
rb_funcall        479 numeric.c          return rb_funcall(rb_funcall(x, '/', 1, y), rb_intern("floor"), 0);
rb_funcall        497 numeric.c          return rb_funcall(x, '-', 1,
rb_funcall        498 numeric.c      		      rb_funcall(y, '*', 1,
rb_funcall        499 numeric.c      				 rb_funcall(x, id_div, 1, y)));
rb_funcall        514 numeric.c          VALUE z = rb_funcall(x, '%', 1, y);
rb_funcall        521 numeric.c      	return rb_funcall(z, '-', 1, y);
rb_funcall        621 numeric.c      	return rb_funcall(num, idUMinus, 0);
rb_funcall        977 numeric.c          return rb_funcall(x, '/', 1, y);
rb_funcall       1132 numeric.c      	    return rb_funcall(rb_complex_raw1(x), idPow, 1, y);
rb_funcall       1185 numeric.c          return rb_funcall(y, id_eq, 1, x);
rb_funcall       1842 numeric.c      	bytes = NUM2LONG(rb_funcall(num, idSize, 0));
rb_funcall       2292 numeric.c      	if (RTEST(rb_funcall(from, cmp, 1, to))) return INT2FIX(0);
rb_funcall       2293 numeric.c      	result = rb_funcall(rb_funcall(to, '-', 1, from), id_div, 1, step);
rb_funcall       2294 numeric.c      	if (!excl || RTEST(rb_funcall(rb_funcall(from, '+', 1, rb_funcall(result, '*', 1, step)), cmp, 1, to))) {
rb_funcall       2295 numeric.c      	    result = rb_funcall(result, '+', 1, INT2FIX(1));
rb_funcall       2478 numeric.c      	    for (;; i = rb_funcall(i, '+', 1, step))
rb_funcall       2484 numeric.c      	    for (; !RTEST(rb_funcall(i, cmp, 1, to)); i = rb_funcall(i, '+', 1, step))
rb_funcall       2899 numeric.c          else if (rb_funcall(num, '%', 1, INT2FIX(2)) != INT2FIX(0)) {
rb_funcall       2923 numeric.c          else if (rb_funcall(num, '%', 1, INT2FIX(2)) == INT2FIX(0)) {
rb_funcall       2956 numeric.c          return rb_funcall(num, '+', 1, INT2FIX(1));
rb_funcall       2981 numeric.c          return rb_funcall(num, '-', 1, INT2FIX(1));
rb_funcall       3128 numeric.c          return rb_funcall(num, idUMinus, 0, 0);
rb_funcall       3692 numeric.c      	    return rb_funcall(rb_rational_raw1(x), idPow, 1, y);
rb_funcall       3709 numeric.c      	    return rb_funcall(rb_rational_raw1(x), idPow, 1, y);
rb_funcall       3723 numeric.c      		return rb_funcall(rb_complex_raw1(x), idPow, 1, y);
rb_funcall       4049 numeric.c          return rb_funcall(x, func, 1, y);
rb_funcall       4073 numeric.c          return rb_funcall(x, '&', 1, y);
rb_funcall       4109 numeric.c          return rb_funcall(x, '|', 1, y);
rb_funcall       4145 numeric.c          return rb_funcall(x, '^', 1, y);
rb_funcall       4624 numeric.c      	while (!(c = rb_funcall(i, '>', 1, to))) {
rb_funcall       4626 numeric.c      	    i = rb_funcall(i, '+', 1, INT2FIX(1));
rb_funcall       4670 numeric.c      	while (!(c = rb_funcall(i, '<', 1, to))) {
rb_funcall       4672 numeric.c      	    i = rb_funcall(i, '-', 1, INT2FIX(1));
rb_funcall       4703 numeric.c      	if (RTEST(rb_funcall(num, '<', 1, INT2FIX(0)))) return INT2FIX(0);
rb_funcall       4725 numeric.c      	    if (!RTEST(rb_funcall(i, '<', 1, num))) break;
rb_funcall       4727 numeric.c      	    i = rb_funcall(i, '+', 1, INT2FIX(1));
rb_funcall         91 object.c           result = rb_funcall(obj1, id_eq, 1, obj2);
rb_funcall         99 object.c           return RTEST(rb_funcall(obj1, id_eql, 1, obj2));
rb_funcall        202 object.c           VALUE result = rb_funcall(obj1, id_eq, 1, obj2);
rb_funcall        344 object.c           rb_funcall(clone, id_init_clone, 1, obj);
rb_funcall        403 object.c           rb_funcall(dup, id_init_dup, 1, obj);
rb_funcall        442 object.c           rb_funcall(obj, id_init_copy, 1, orig);
rb_funcall       1402 object.c           VALUE result = rb_funcall(obj1, id_match, 1, obj2);
rb_funcall        797 parse.c        # define WARN_CALL rb_funcall
rb_funcall        800 parse.c        # define WARNING_CALL rb_funcall
rb_funcall       16809 parse.c            return rb_funcall(parser->value, mid, 0);
rb_funcall       16816 parse.c            return rb_funcall(parser->value, mid, 1, a);
rb_funcall       16824 parse.c            return rb_funcall(parser->value, mid, 2, a, b);
rb_funcall       16833 parse.c            return rb_funcall(parser->value, mid, 3, a, b, c);
rb_funcall       16843 parse.c            return rb_funcall(parser->value, mid, 4, a, b, c, d);
rb_funcall       16854 parse.c            return rb_funcall(parser->value, mid, 5, a, b, c, d, e);
rb_funcall       16867 parse.c            return rb_funcall(parser->value, mid, 7, a, b, c, d, e, f, g);
rb_funcall       16994 parse.c            rb_funcall(parser->value, rb_intern("compile_error"), 1, str);
rb_funcall        743 parse.y        # define WARN_CALL rb_funcall
rb_funcall        746 parse.y        # define WARNING_CALL rb_funcall
rb_funcall       11136 parse.y            return rb_funcall(parser->value, mid, 0);
rb_funcall       11143 parse.y            return rb_funcall(parser->value, mid, 1, a);
rb_funcall       11151 parse.y            return rb_funcall(parser->value, mid, 2, a, b);
rb_funcall       11160 parse.y            return rb_funcall(parser->value, mid, 3, a, b, c);
rb_funcall       11170 parse.y            return rb_funcall(parser->value, mid, 4, a, b, c, d);
rb_funcall       11181 parse.y            return rb_funcall(parser->value, mid, 5, a, b, c, d, e);
rb_funcall       11194 parse.y            return rb_funcall(parser->value, mid, 7, a, b, c, d, e, f, g);
rb_funcall       11321 parse.y            rb_funcall(parser->value, rb_intern("compile_error"), 1, str);
rb_funcall       1248 proc.c             return RTEST(rb_funcall(obj, rmiss, 2, sym, scope ? Qfalse : Qtrue));
rb_funcall       7071 process.c          v = rb_funcall(v, '*', 1, LONG2FIX(1000000000));
rb_funcall       7072 process.c          v = rb_funcall(v, '+', 1, LONG2FIX(ttp->count));
rb_funcall       7077 process.c              v = rb_funcall(v, '*', 1, TIMETICK_INT2NUM(factor));
rb_funcall       7080 process.c              v = rb_funcall(v, '/', 1, TIMETICK_INT2NUM(denominators[i])); /* Ruby's '/' is div. */
rb_funcall         47 range.c            return rb_funcall(args[0], id_cmp, 1, args[1]);
rb_funcall        182 range.c            VALUE r = rb_funcall(a, id_cmp, 1, b);
rb_funcall        287 range.c        	iter[0] = rb_funcall(iter[0], '-', 1, INT2FIX(1));
rb_funcall        305 range.c        	iter[0] = rb_funcall(iter[0], '-', 1, INT2FIX(1));
rb_funcall        347 range.c            if (rb_funcall(step, '<', 1, INT2FIX(0))) {
rb_funcall        350 range.c            else if (!rb_funcall(step, '>', 1, INT2FIX(0))) {
rb_funcall        411 range.c        	if (rb_funcall(step, '<', 1, INT2FIX(0))) {
rb_funcall        414 range.c        	else if (!rb_funcall(step, '>', 1, INT2FIX(0))) {
rb_funcall        452 range.c        	while (RTEST(rb_funcall(v, op, 1, e))) {
rb_funcall        455 range.c        	    v = rb_funcall(b, '+', 1, rb_funcall(INT2NUM(i), '*', 1, step));
rb_funcall        610 range.c        	    int cmp = rb_cmpint(rb_funcall(v, id_cmp, 1, INT2FIX(0)), v, INT2FIX(0)); \
rb_funcall        667 range.c        	if (EXCL(range)) high = rb_funcall(high, '-', 1, INT2FIX(1));
rb_funcall        670 range.c        	while (rb_cmpint(rb_funcall(low, id_cmp, 1, high), low, high) < 0) {
rb_funcall        671 range.c        	    mid = rb_funcall(rb_funcall(high, '+', 1, low), id_div, 1, INT2FIX(2));
rb_funcall        677 range.c        		low = rb_funcall(mid, '+', 1, INT2FIX(1));
rb_funcall        934 range.c        	int c = rb_cmpint(rb_funcall(b, id_cmp, 1, e), b, e);
rb_funcall        969 range.c        	int c = rb_cmpint(rb_funcall(b, id_cmp, 1, e), b, e);
rb_funcall        984 range.c        	    return rb_funcall(e, '-', 1, INT2FIX(1));
rb_funcall       1004 range.c        	b = rb_funcall(range, id_beg, 0);
rb_funcall       1005 range.c        	e = rb_funcall(range, id_end, 0);
rb_funcall       1006 range.c        	excl = RTEST(rb_funcall(range, rb_intern("exclude_end?"), 0));
rb_funcall       1137 range.c            return rb_funcall(range, rb_intern("include?"), 1, val);
rb_funcall         44 rational.c       return rb_funcall(x, (op), 1, y);\
rb_funcall         51 rational.c         return rb_funcall(x, id_##n, 0);\
rb_funcall         58 rational.c         return rb_funcall(x, id_##n, 1, y);\
rb_funcall         68 rational.c         return rb_funcall(x, '+', 1, y);
rb_funcall         82 rational.c         return rb_funcall(x, id_cmp, 1, y);
rb_funcall         90 rational.c         return rb_funcall(x, '/', 1, y);
rb_funcall         98 rational.c         return rb_funcall(x, '<', 1, y);
rb_funcall        124 rational.c         return rb_funcall(x, '*', 1, y);
rb_funcall        132 rational.c         return rb_funcall(x, '-', 1, y);
rb_funcall        144 rational.c         return rb_funcall(x, id_to_i, 0);
rb_funcall        151 rational.c         return rb_funcall(x, id_to_f, 0);
rb_funcall        159 rational.c         return rb_funcall(x, id_eqeq_p, 1, y);
rb_funcall        173 rational.c         return rb_funcall(x, '<', 1, ZERO);
rb_funcall        192 rational.c         return rb_funcall(x, id_eqeq_p, 1, ZERO);
rb_funcall        213 rational.c         return rb_funcall(x, id_eqeq_p, 1, ONE);
rb_funcall        232 rational.c         return rb_funcall(x, id_eqeq_p, 1, INT2FIX(-1));
rb_funcall        922 rational.c     	return rb_funcall(f_to_f(self), '/', 1, other);
rb_funcall        964 rational.c         if (rb_funcall(integer, '%', 1, INT2FIX(2)) != INT2FIX(0)) {
rb_funcall       1443 rational.c     #define f_ceil(x) rb_funcall((x), id_ceil, 0)
rb_funcall       1446 rational.c     #define f_quo(x,y) rb_funcall((x), id_quo, 1, (y))
rb_funcall       1790 rational.c     #define f_numerator(x) rb_funcall((x), id_numerator, 0)
rb_funcall       1793 rational.c     #define f_denominator(x) rb_funcall((x), id_denominator, 0)
rb_funcall       1796 rational.c     #define f_to_r(x) rb_funcall((x), id_to_r, 0)
rb_funcall       1847 rational.c         return rb_funcall(x, '/', 1, y);
rb_funcall       1992 rational.c     #define f_lshift(x,n) rb_funcall((x), id_lshift, 1, (n))
rb_funcall        881 ruby.c         	rb_funcall(ename, rb_intern("casecmp"), 1, *name) != INT2FIX(0)) {
rb_funcall       1769 ruby.c         	rb_funcall(f, set_encoding, 1, rb_enc_from_encoding(enc));
rb_funcall       1858 ruby.c             rb_funcall(f, set_encoding, 2, rb_enc_from_encoding(enc), rb_str_new_cstr("-"));
rb_funcall       1860 ruby.c             rb_funcall(f, set_encoding, 1, rb_parser_encoding(parser));
rb_funcall        151 strftime.c     #define add(x,y) (rb_funcall((x), '+', 1, (y)))
rb_funcall        152 strftime.c     #define sub(x,y) (rb_funcall((x), '-', 1, (y)))
rb_funcall        153 strftime.c     #define mul(x,y) (rb_funcall((x), '*', 1, (y)))
rb_funcall        154 strftime.c     #define quo(x,y) (rb_funcall((x), rb_intern("quo"), 1, (y)))
rb_funcall        155 strftime.c     #define div(x,y) (rb_funcall((x), rb_intern("div"), 1, (y)))
rb_funcall        156 strftime.c     #define mod(x,y) (rb_funcall((x), '%', 1, (y)))
rb_funcall        541 strftime.c     				off = NUM2LONG(rb_funcall(vtm->utc_offset, rb_intern("round"), 0));
rb_funcall       1300 string.c           str = rb_funcall(obj, idTo_s, 0);
rb_funcall       3431 string.c       	return rb_funcall(y, idEqTilde, 1, x);
rb_funcall       3921 string.c       	    while (rb_funcall(b, op, 1, e)) {
rb_funcall       8423 string.c                   sum = rb_funcall(sum, '+', 1, LONG2FIX(sum0));
rb_funcall       8433 string.c                   sum = rb_funcall(sum, '+', 1, LONG2FIX(sum0));
rb_funcall       8447 string.c                       sum = rb_funcall(sum, '+', 1, LONG2FIX(sum0));
rb_funcall       8450 string.c                   mod = rb_funcall(INT2FIX(1), idLTLT, 1, INT2FIX(bits));
rb_funcall       8451 string.c                   mod = rb_funcall(mod, '-', 1, INT2FIX(1));
rb_funcall       8452 string.c                   sum = rb_funcall(sum, '&', 1, mod);
rb_funcall         53 time.c             return RTEST(rb_funcall(x, id_eq, 1, y));
rb_funcall         66 time.c             return rb_cmpint(rb_funcall(x, id_cmp, 1, y), x, y);
rb_funcall         82 time.c             return rb_funcall(x, '+', 1, y);
rb_funcall         92 time.c             return rb_funcall(x, '-', 1, y);
rb_funcall        103 time.c             return rb_funcall(x, '*', 1, y);
rb_funcall        106 time.c         #define div(x,y) (rb_funcall((x), id_div, 1, (y)))
rb_funcall        116 time.c             return rb_funcall(x, '%', 1, y);
rb_funcall        136 time.c             ret = rb_funcall(x, id_quo, 1, y);
rb_funcall        157 time.c             tmp = rb_funcall(n, id_divmod, 1, d);
rb_funcall        301 time.c             return RTEST(rb_funcall(w2v(wx), id_eq, 1, w2v(wy)));
rb_funcall        325 time.c             return rb_cmpint(rb_funcall(x, id_cmp, 1, y), x, y);
rb_funcall        347 time.c             return v2w(rb_funcall(x, '+', 1, w2v(wy)));
rb_funcall        363 time.c             return v2w(rb_funcall(x, '-', 1, w2v(wy)));
rb_funcall       2272 time.c                     f = rb_funcall(f, id_mul, 1, INT2FIX(1000000000));
rb_funcall       2103 variable.c         state->result = rb_funcall(rb_vm_top_self(), rb_intern("require"), 1,