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

/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclIndexObj.c55 } IndexRep; typedef in typeref:struct:__anon12808
116 IndexRep *indexRep = (IndexRep *) objPtr->internalRep.otherValuePtr;
181 IndexRep *indexRep;
188 indexRep = (IndexRep *) objPtr->internalRep.otherValuePtr;
245 indexRep = (IndexRep *) objPtr->internalRep.otherValuePtr;
251 indexRep = (IndexRep *) ckalloc(sizeof(IndexRep));
345 IndexRep *indexRep = (IndexRep *) objPt
[all...]
H A DtclTestObj.c417 struct IndexRep {
422 struct IndexRep *indexRep;
438 indexRep = (struct IndexRep *) objv[1]->internalRep.otherValuePtr;
475 indexRep = (struct IndexRep *) objv[3]->internalRep.otherValuePtr;
412 struct IndexRep { struct
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclIndexObj.c52 } IndexRep; typedef in typeref:struct:__anon12742
111 IndexRep *indexRep = objPtr->internalRep.otherValuePtr;
175 IndexRep *indexRep;
246 indexRep = (IndexRep *) ckalloc(sizeof(IndexRep));
339 IndexRep *indexRep = objPtr->internalRep.otherValuePtr;
375 IndexRep *srcIndexRep = srcPtr->internalRep.otherValuePtr;
376 IndexRep *dupIndexRep = (IndexRep *) ckalloc(sizeof(IndexRep));
[all...]
H A DtclTestObj.c512 struct IndexRep {
517 struct IndexRep *indexRep;
532 indexRep = (struct IndexRep *) objv[1]->internalRep.otherValuePtr;
569 indexRep = (struct IndexRep *) objv[3]->internalRep.otherValuePtr;
507 struct IndexRep { struct

Completed in 89 milliseconds