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

/macosx-10.10.1/swig-12/Source/Swig/
H A Dcwrap.c685 String *pname0 = Swig_cparm_name(0, 0); local
692 Replaceall(self, "this", pname0);
696 Printf(func, "if (%s) %s%s = %s", pname0, self, name, dref);
699 Printf(func, "if (%s && sizeof(int) == sizeof(%s%s)) *(int*)(void*)&(%s%s) = %s", pname0, self, name, self, name, pname1);
703 Delete(pname0);
721 String *pname0 = Swig_cparm_name(0, 0); local
726 Replaceall(self, "this", pname0);
732 Delete(pname0);
/macosx-10.10.1/bind9-45.101/bind9/lib/export/samples/
H A Dsample-update.c102 dns_fixedname_t zname0, pname0, uname0; local
243 dns_fixedname_init(&pname0);
244 pname = dns_fixedname_name(&pname0);
/macosx-10.10.1/swig-12/Source/Modules/
H A Dlang.cxx1428 String *pname0 = Swig_cparm_name(0, 0); local
1433 Replace(tm, "$self", pname0, DOH_REPLACE_ANY);
1437 Delete(pname0);
2850 String *pname0 = Swig_cparm_name(0, 0); local
2851 Replace(tm, "$source", pname0, DOH_REPLACE_ANY);
2853 Replace(tm, "$input", pname0, DOH_REPLACE_ANY);
2856 Delete(pname0);
H A Druby.cxx2656 String *pname0 = Swig_cparm_name(0, 0); local
2659 Printv(freebody, "SWIGINTERN void\n", freefunc, "(", klass->type, " *", pname0, ") {\n", tab4, NIL);
2664 Printf(freebody, "SWIG_RubyRemoveTracking(%s);\n", pname0);
2673 /* Printv(freebody, Swig_name_destroy(name), "(", pname0, ")", NIL); */
2682 Printf(freebody, "delete %s;\n", pname0);
2684 Printf(freebody, "free((char*) %s);\n", pname0);
2696 Delete(pname0);

Completed in 208 milliseconds