ruby_open_tcl_dll  136 ext/tk/stubs.c         int ret = ruby_open_tcl_dll(rb_argv0 ? RSTRING_PTR(rb_argv0) : 0);
ruby_open_tcl_dll  170 ext/tk/stubs.c     return( ruby_open_tcl_dll(appname) || ruby_open_tk_dll() );
ruby_open_tcl_dll  216 ext/tk/stubs.c             int ret = ruby_open_tcl_dll(rb_argv0 ? RSTRING_PTR(rb_argv0) : 0);
ruby_open_tcl_dll  419 ext/tk/stubs.c         ruby_open_tcl_dll(rb_argv0 ? RSTRING_PTR(rb_argv0) : 0);
ruby_open_tcl_dll  433 ext/tk/stubs.c     return( ruby_open_tcl_dll(appname) || ruby_open_tk_dll() );
ruby_open_tcl_dll  460 ext/tk/stubs.c         ruby_open_tcl_dll(rb_argv0 ? RSTRING_PTR(rb_argv0) : 0);
ruby_open_tcl_dll    3 ext/tk/stubs.h extern int ruby_open_tcl_dll(char *);
ruby_open_tcl_dll 10129 ext/tk/tcltklib.c     ret = ruby_open_tcl_dll(rb_argv0 ? RSTRING_PTR(rb_argv0) : 0);