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

/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkObj.c49 typedef struct MMRep { struct
54 } MMRep; typedef in typeref:struct:MMRep
498 MMRep *mmPtr;
510 mmPtr = (MMRep *) objPtr->internalRep.otherValuePtr;
579 MMRep *oldPtr, *newPtr;
582 oldPtr = (MMRep *) srcPtr->internalRep.otherValuePtr;
583 newPtr = (MMRep *) ckalloc(sizeof(MMRep));
615 MMRep *mmPtr;
619 mmPtr = (MMRep *) objPt
[all...]
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkObj.c50 typedef struct MMRep { struct
55 } MMRep; typedef in typeref:struct:MMRep
405 MMRep *mmPtr;
417 mmPtr = (MMRep *) objPtr->internalRep.otherValuePtr;
486 MMRep *oldPtr, *newPtr;
489 oldPtr = (MMRep *) srcPtr->internalRep.otherValuePtr;
490 newPtr = (MMRep *) ckalloc(sizeof(MMRep));
523 MMRep *mmPtr;
527 mmPtr = (MMRep *) objPt
[all...]

Completed in 103 milliseconds