• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/ruby-106/ruby/ext/tk/

Lines Matching refs:Tcl_CreateCommand

5740 	Tcl_CreateCommand(ip, "ruby", ip_null_proc,
5742 Tcl_CreateCommand(ip, "ruby_eval", ip_null_proc,
5744 Tcl_CreateCommand(ip, "ruby_cmd", ip_null_proc,
5894 DUMP1("Tcl_CreateCommand(\"vwait\")");
5895 Tcl_CreateCommand(interp, "vwait", ip_rbVwaitCommand,
5905 DUMP1("Tcl_CreateCommand(\"tkwait\")");
5906 Tcl_CreateCommand(interp, "tkwait", ip_rbTkWaitCommand,
5916 DUMP1("Tcl_CreateCommand(\"thread_vwait\")");
5917 Tcl_CreateCommand(interp, "thread_vwait", ip_rb_threadVwaitCommand,
5927 DUMP1("Tcl_CreateCommand(\"thread_tkwait\")");
5928 Tcl_CreateCommand(interp, "thread_tkwait", ip_rb_threadTkWaitCommand,
5938 DUMP1("Tcl_CreateCommand(\"update\")");
5939 Tcl_CreateCommand(interp, "update", ip_rbUpdateCommand,
5949 DUMP1("Tcl_CreateCommand(\"thread_update\")");
5950 Tcl_CreateCommand(interp, "thread_update", ip_rb_threadUpdateCommand,
6011 DUMP1("Tcl_CreateCommand(\"exit\") --> \"interp_exit\"");
6012 Tcl_CreateCommand(slave, "exit", ip_InterpExitCommand,
6103 Tcl_CreateCommand(interp, "__orig_namespace_command__",
6331 DUMP1("Tcl_CreateCommand(\"ruby\")");
6332 Tcl_CreateCommand(ptr->ip, "ruby", ip_ruby_eval, (ClientData)NULL,
6334 DUMP1("Tcl_CreateCommand(\"ruby_eval\")");
6335 Tcl_CreateCommand(ptr->ip, "ruby_eval", ip_ruby_eval, (ClientData)NULL,
6337 DUMP1("Tcl_CreateCommand(\"ruby_cmd\")");
6338 Tcl_CreateCommand(ptr->ip, "ruby_cmd", ip_ruby_cmd, (ClientData)NULL,
6354 DUMP1("Tcl_CreateCommand(\"interp_exit\")");
6355 Tcl_CreateCommand(ptr->ip, "interp_exit", ip_InterpExitCommand,
6357 DUMP1("Tcl_CreateCommand(\"ruby_exit\")");
6358 Tcl_CreateCommand(ptr->ip, "ruby_exit", ip_RubyExitCommand,
6360 DUMP1("Tcl_CreateCommand(\"exit\") --> \"ruby_exit\"");
6361 Tcl_CreateCommand(ptr->ip, "exit", ip_RubyExitCommand,
6377 Tcl_CreateCommand(ptr->ip, "__replace_slave_tk_commands__",
6474 DUMP1("Tcl_CreateCommand(\"exit\") --> \"interp_exit\"");
6475 Tcl_CreateCommand(slave->ip, "exit", ip_InterpExitCommand,
6491 Tcl_CreateCommand(slave->ip, "__replace_slave_tk_commands__",
6666 DUMP1("Tcl_CreateCommand(\"exit\") --> \"interp_exit\"");
6667 Tcl_CreateCommand(ptr->ip, "exit", ip_InterpExitCommand,
6761 DUMP1("Tcl_CreateCommand(\"exit\") --> \"ruby_exit\"");
6762 Tcl_CreateCommand(ptr->ip, "exit", ip_RubyExitCommand,
6774 DUMP1("Tcl_CreateCommand(\"exit\") --> \"interp_exit\"");
6775 Tcl_CreateCommand(ptr->ip, "exit", ip_InterpExitCommand,