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

/macosx-10.9.5/ruby-104/ruby/ext/tk/
H A Dtcltklib.c1231 ID const_id; local
1232 const_id = rb_intern(RUBYTK_KITPATH_CONST_NAME);
1234 if (rb_const_defined(rb_cObject, const_id)) {
1236 pathobj = rb_const_get(rb_cObject, const_id);

Completed in 197 milliseconds