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

/macosx-10.10/swig-12/Lib/tcl/
H A Dtclrun.swg522 int thisarg = 0;
533 thisarg = 2;
545 thisarg = 3;
560 } else if (thisarg > 0) {
561 if (thisarg < objc) {
563 newObj = Tcl_DuplicateObj(objv[thisarg]);
/macosx-10.10/bootstrap_cmds-91/migcom.tproj/
H A Droutine.c635 rtProcessRetCodeFlag(register argument_t *thisarg) argument
637 register ipc_type_t *it = thisarg->argType;
638 register ipc_flags_t flags = thisarg->argFlags;
639 string_t name = thisarg->argVarName;
640 routine_t *thisrout = thisarg->argRoutine;
656 thisrout->rtRetCArg = thisarg;
658 thisarg->argFlags = flags;
/macosx-10.10/tcl-105/tcl_ext/ffidl/ffidl/demos/mathswig/
H A Dmathswig_wrap.c1136 int thisarg = 0; local
1147 thisarg = 2;
1159 thisarg = 3;
1174 } else if (thisarg > 0) {
1175 if (thisarg < objc) {
1177 newObj = Tcl_DuplicateObj(objv[thisarg]);

Completed in 174 milliseconds