Searched refs:passed_proc (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/ruby-106/ruby/
H A Dproc.c565 rb_proc_t *passed_proc; local
567 GetProcPtr(passed_procval, passed_proc);
568 blockptr = &passed_proc->block;
2004 bmcall(VALUE args, VALUE method, int argc, VALUE *argv, VALUE passed_proc) argument
2016 ret = rb_method_call_with_block(argc, RARRAY_PTR(args), method, passed_proc);
2126 static VALUE curry(VALUE dummy, VALUE args, int argc, VALUE *argv, VALUE passed_proc);
2146 curry(VALUE dummy, VALUE args, int argc, VALUE *argv, VALUE passed_proc) argument
2157 if (!NIL_P(passed_proc)) {
2165 RARRAY_PTR(passed), passed_proc);
H A Dstring.c7932 sym_call(VALUE args, VALUE sym, int argc, VALUE *argv, VALUE passed_proc) argument
7940 return rb_funcall_with_block(obj, (ID)sym, argc - 1, argv + 1, passed_proc);

Completed in 127 milliseconds