ruby_open_tcl_dll  167 ext/tk/stubs.c         int ret = ruby_open_tcl_dll(rb_argv0 ? RSTRING_PTR(rb_argv0) : 0);
ruby_open_tcl_dll  201 ext/tk/stubs.c     return( ruby_open_tcl_dll(appname) || ruby_open_tk_dll() );
ruby_open_tcl_dll  247 ext/tk/stubs.c             int ret = ruby_open_tcl_dll(rb_argv0 ? RSTRING_PTR(rb_argv0) : 0);
ruby_open_tcl_dll  474 ext/tk/stubs.c         ruby_open_tcl_dll(rb_argv0 ? RSTRING_PTR(rb_argv0) : 0);
ruby_open_tcl_dll  488 ext/tk/stubs.c     return( ruby_open_tcl_dll(appname) || ruby_open_tk_dll() );
ruby_open_tcl_dll  515 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 11048 ext/tk/tcltklib.c     ret = ruby_open_tcl_dll(rb_argv0 ? RSTRING_PTR(rb_argv0) : 0);