Searched refs:Init_stack (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/swig-10/Lib/ruby/
H A Drubyapi.swg26 RUBY_EXTERN void Init_stack(VALUE* addr);
29 Init_stack(&variable_in_this_stack_frame);
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/objc/
H A DRBRuntime.m203 /* flag for calling Init_stack frequently */
322 extern void Init_stack(VALUE*);
324 Init_stack((void*)&state);
343 extern void Init_stack(VALUE*);
345 Init_stack((void*)&state);
H A DRBObject.m119 extern void Init_stack(VALUE*);
122 RBOBJ_LOG("rbobjRespondsToSelector(%s) w/Init_stack(%08lx)", a_sel, (void*)&state);
123 Init_stack((void*)&state);
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Druby.h1700 #define Init_stack(addr) ruby_init_stack(addr) macro
/macosx-10.9.5/ruby-104/ruby/
H A Dgc.c3084 #undef Init_stack macro
3087 Init_stack(volatile VALUE *addr) function

Completed in 107 milliseconds