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

/macosx-10.10/swig-12/Source/Modules/
H A Dchicken.cxx1150 //String *setfunc = NewStringf("%s-%s-set", short_class_name, proc);
1153 String *setfunc = Swig_name_set(Swig_name_member(c_class_name, iname)); local
1154 Replaceall(setfunc, "_", "-");
1160 Printv(clos_class_defines, " ':swig-set (lambda (x y) (", chickenPrimitiveName(setfunc), " x (slot-ref y 'swig-this))))\n", NIL);
1162 Printv(clos_class_defines, " ':swig-set ", chickenPrimitiveName(setfunc), ")\n", NIL);
1169 Delete(setfunc);
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dvariables.c1095 init_dynamic_array_var (name, getfunc, setfunc, attrs)
1098 sh_var_assign_func_t *setfunc;
1106 INIT_DYNAMIC_ARRAY_VAR (name, getfunc, setfunc);

Completed in 117 milliseconds