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

/macosx-10.9.5/swig-10/Source/Modules/
H A Dperl5.cxx77 static String *command_tab = 0; variable
255 command_tab = NewString("static swig_command_info swig_commands[] = {\n");
426 Printf(command_tab, "{0,0}\n};\n");
427 Printv(f_wrappers, command_tab, NIL);
790 Printf(command_tab, "{\"%s::%s\", %s},\n", cmodule, iname, wname);
809 Printf(command_tab, "{\"%s::%s\", %s},\n", cmodule, iname, dname);
1092 Printf(command_tab, "{\"%s::%s\", %s},\n", cmodule, name, funcname);

Completed in 144 milliseconds