Home | History | Annotate | Download | only in tcl

Lines Matching full:newinst

490       swig_instance *newinst = (swig_instance *) malloc(sizeof(swig_instance));
491 newinst->thisptr = Tcl_DuplicateObj(robj);
492 Tcl_IncrRefCount(newinst->thisptr);
493 newinst->thisvalue = thisvalue;
494 newinst->classptr = (swig_class *) type->clientdata;
495 newinst->destroy = flags;
496 newinstnewinst, (swig_delete_func) SWIG_ObjectDelete);
510 swig_instance *newinst = 0;
570 newinst = (swig_instance *) malloc(sizeof(swig_instance));
571 newinst->thisptr = newObj;
573 newinst->thisvalue = thisvalue;
574 newinst->classptr = classptr;
575 newinst->destroy = destroy;
579 newinst->cmdtok = Tcl_CreateObjCommand(interp,name, (swig_wrapper) SWIG_MethodCommand, (ClientData) newinst, (swig_delete_func) SWIG_ObjectDelete);