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

/macosx-10.10/swig-12/Source/Modules/
H A Dpike.cxx398 String *outarg = NewString(""); local
405 Printv(outarg, tm, "\n", NIL);
452 Printv(f->code, outarg, NIL);
494 Delete(outarg);
H A Dmodula3.cxx1282 String *outarg = NewString(""); local
1401 Printv(outarg, tm, "\n", NIL);
1455 Printv(f->code, outarg, NIL);
1505 Delete(outarg);
3087 String *outarg = NewString(""); /* don't mix up with 'autark' :-] */ local
3362 String *outarg = Getattr(p, "m3outarg"); local
3367 Replaceall(tm, "$output", outarg);
3386 String *outarg = Getattr(p, "m3outarg"); local
3391 Replaceall(tm, "$output", outarg);
3392 Printf(storeout, "%s := %s;\n", outarg, t
3407 String *outarg = Getattr(p, "m3outarg"); local
[all...]
H A Dlua.cxx542 String *outarg = NewString(""); local
556 Printv(outarg, tm, "\n", NIL);
596 Printv(f->code, outarg, NIL);
664 Delete(outarg);
H A Dmzscheme.cxx236 String *outarg = NewString(""); local
378 Printv(outarg, tm, "\n", NIL);
419 Printv(f->code, Char(outarg), NIL);
487 Delete(outarg);
H A Dperl5.cxx572 String *cleanup, *outarg; local
586 outarg = NewString("");
714 Printv(outarg, tm, "\n", NIL);
755 Printv(f->code, outarg, NIL);
829 Delete(outarg);
H A Dtcl8.cxx279 String *incode, *cleanup, *outarg, *argstr, *args; local
295 outarg = NewString("");
446 Printv(outarg, tm, "\n", NIL);
480 Printv(f->code, outarg, NIL);
543 Delete(outarg);
H A Docaml.cxx439 String *outarg = NewString(""); local
603 Printv(outarg, tm, "\n", NIL);
668 Printv(f->code, Char(outarg), NIL);
747 Delete(outarg);
1616 String *outarg = NewString(""); local
1656 Delete(outarg);
H A Doctave.cxx581 String *outarg = NewString(""); local
589 Printv(outarg, tm, "\n", NIL);
630 Printv(f->code, outarg, NIL);
668 Delete(outarg);
1309 String *outarg = NewString(""); local
1359 Delete(outarg);
H A Dphp.cxx761 String *outarg = NewStringEmpty(); local
922 Printv(outarg, tm, "\n", NIL);
946 if (outarg) {
947 Printv(f->code, outarg, NIL);
2576 String *outarg = NewStringEmpty(); local
2631 Delete(outarg);
H A Dguile.cxx658 String *outarg = NewString(""); local
828 Printv(outarg, tm, "\n", NIL);
912 Printv(f->code, outarg, NIL);
1128 Delete(outarg);
H A Druby.cxx1539 * insertArgOutputCode(ParmList *l, String *outarg, int& need_result)
1546 void insertArgOutputCode(ParmList *l, String *outarg, int &need_result) { argument
1556 Printv(outarg, tm, "\n", NIL);
1640 String *outarg = NewString(""); local
1731 insertArgOutputCode(l, outarg, need_result);
1887 Printv(f->code, outarg, NIL);
1977 Delete(outarg);
3227 String *outarg = NewString(""); local
3290 Delete(outarg);
H A Dpython.cxx1845 String *outarg; local
1884 outarg = NewString("");
2150 Printv(outarg, tm, "\n", NIL);
2285 Printv(f->code, outarg, NIL);
2391 Delete(outarg);
3929 String *outarg = NewString(""); local
4009 Delete(outarg);
H A Dcsharp.cxx712 String *outarg = NewString(""); local
894 Printv(outarg, tm, "\n", NIL);
953 Printv(f->code, outarg, NIL);
1055 Delete(outarg);
H A Djava.cxx780 String *outarg = NewString(""); local
974 Printv(outarg, tm, "\n", NIL);
1034 Printv(f->code, outarg, NIL);
1116 Delete(outarg);
/macosx-10.10/CPANInternal-159.1/Data-Dump-1.21/lib/Data/Dump/
H A DTrace.pm187 my $outarg = shift;
205 print $self->color("output", _dump($outarg->[$i]));

Completed in 262 milliseconds