Searched refs:cbase (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/
H A Dinsns.def216 (VALUE val, VALUE cbase)
219 vm_check_if_namespace(cbase);
220 rb_const_set(cbase, id, val);
888 (VALUE cbase, VALUE super)
908 vm_check_if_namespace(cbase);
911 rb_autoload_load(cbase, id);
912 if ((klass = vm_search_const_defined_class(cbase, id)) != 0) {
933 rb_set_class_path_string(klass, cbase, rb_id2str(id));
934 rb_const_set(cbase, id, klass);
941 klass = rb_singleton_class(cbase);
[all...]
H A Deval.c377 VALUE cbase = 0; local
389 if (!cbase) {
390 cbase = klass;
396 if (cbase) {
397 data = rb_mod_const_of(cbase, data);
H A Dvm.inc292 VALUE cbase = TOPN(0);
305 vm_check_if_namespace(cbase);
306 rb_const_set(cbase, id, val);
1282 VALUE cbase = TOPN(1);
1315 vm_check_if_namespace(cbase);
1318 rb_autoload_load(cbase, id);
1319 if ((klass = vm_search_const_defined_class(cbase, id)) != 0) {
1340 rb_set_class_path_string(klass, cbase, rb_id2str(id));
1341 rb_const_set(cbase, id, klass);
1348 klass = rb_singleton_class(cbase);
[all...]
H A Dvm.c2051 m_core_define_method(VALUE self, VALUE cbase, VALUE sym, VALUE iseqval) argument
2054 vm_define_method(GET_THREAD(), cbase, SYM2ID(sym), iseqval, 0, rb_vm_cref());
2060 m_core_define_singleton_method(VALUE self, VALUE cbase, VALUE sym, VALUE iseqval) argument
2063 vm_define_method(GET_THREAD(), cbase, SYM2ID(sym), iseqval, 1, rb_vm_cref());
2069 m_core_set_method_alias(VALUE self, VALUE cbase, VALUE sym1, VALUE sym2) argument
2072 rb_alias(cbase, SYM2ID(sym1), SYM2ID(sym2));
2087 m_core_undef_method(VALUE self, VALUE cbase, VALUE sym) argument
2090 rb_undef(cbase, SYM2ID(sym));
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/
H A Dsak.tcl2545 set cbase [file join $sbase $cmd]
2546 set cmdf [file join $cbase cmd.tcl]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/
H A Dsak.tcl2545 set cbase [file join $sbase $cmd]
2546 set cmdf [file join $cbase cmd.tcl]

Completed in 173 milliseconds