Searched defs:gvar (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/
H A Dvariable.c510 var_getter(ID id, void *data, struct global_variable *gvar) argument
518 var_setter(VALUE val, ID id, void *data, struct global_variable *gvar) argument
530 readonly_setter(VALUE val, ID id, void *data, struct global_variable *gvar) argument
583 struct global_variable *gvar = rb_global_entry(id)->var; local

Completed in 189 milliseconds