Searched refs:swig_commands (Results 1 – 2 of 2) sorted by relevance
3074 static swig_command_info swig_commands[] = { variable3449 for (i = 0; swig_commands[i].name; i++) { in SWIG_init()3450 …Tcl_CreateObjCommand(interp, (char *) swig_commands[i].name, (swig_wrapper_func) swig_commands[i].… in SWIG_init()3451 swig_commands[i].clientdata, NULL); in SWIG_init()
3844 static swig_command_info swig_commands[] = { variable4134 for (i = 0; swig_commands[i].name; i++) { in XS()4135 newXS((char*) swig_commands[i].name,swig_commands[i].wrapper, (char*)__FILE__); in XS()