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

/macosx-10.10/swig-12/Source/Modules/
H A Dchicken.cxx106 String *chickenPrimitiveName(String *);
628 Printv(method_def, "(define ", clos_name, " ", chickenPrimitiveName(scmname), ")", NIL);
630 method_def = buildClosFunctionCall(function_arg_types, clos_name, chickenPrimitiveName(scmname));
792 Printv(clos_methods, "(define (", clos_name, " . lst) (if (null? lst) (", chickenPrimitiveName(scmname), ") (",
793 chickenPrimitiveName(scmname), " ", clos_code, ")))\n", NIL);
797 Printv(clos_methods, "(define ", clos_name, " (", chickenPrimitiveName(scmname), "))\n", NIL);
800 Printv(clos_methods, "(define ", clos_name, " ", chickenPrimitiveName(scmname), ")\n", NIL);
961 Printv(clos_methods, "(define ", clos_name, " (", chickenPrimitiveName(scmname), "))\n", NIL);
964 Printv(clos_methods, "(define ", clos_name, " ", chickenPrimitiveName(scmname), ")\n", NIL);
1052 String *func_call = buildClosFunctionCall(constructor_arg_types, initfunc_name, chickenPrimitiveName(constructor_nam
1471 String *CHICKEN::chickenPrimitiveName(String *name) { function in class:CHICKEN
[all...]

Completed in 134 milliseconds