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

/macosx-10.10/swig-12/Source/Modules/
H A Dchicken.cxx620 String *clos_name; local
622 clos_name = NewString(member_name);
624 clos_name = chickenNameMapping(scmname, (char *) "");
628 Printv(method_def, "(define ", clos_name, " ", chickenPrimitiveName(scmname), ")", NIL);
630 method_def = buildClosFunctionCall(function_arg_types, clos_name, chickenPrimitiveName(scmname));
633 Delete(clos_name);
782 String *clos_name; local
784 clos_name = NewString(member_name);
786 clos_name = chickenNameMapping(scmname, (char *) "");
792 Printv(clos_methods, "(define (", clos_name, "
955 String *clos_name; local
1380 String *clos_name; local
[all...]

Completed in 116 milliseconds