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

/macosx-10.10/swig-12/Source/Modules/
H A Dchicken.cxx1051 String *initfunc_name = NewStringf("%s@@SWIG@initmethod", class_name); local
1052 String *func_call = buildClosFunctionCall(constructor_arg_types, initfunc_name, chickenPrimitiveName(constructor_name));
1053 Printf(clos_methods, "%s)\n)\n", initfunc_name);
1054 Printf(clos_methods, "(declare (hide %s))\n", initfunc_name);
1057 Delete(initfunc_name);

Completed in 64 milliseconds