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

/macosx-10.10.1/tcl-105/tcl_ext/tktable/tktable/generic/
H A DtkTableCellSort.c40 typedef struct SortElement { struct
42 struct SortElement *nextPtr; /* Next element in the list, or
44 } SortElement; typedef in typeref:struct:SortElement
48 static SortElement * MergeSort _ANSI_ARGS_((SortElement *headPt));
49 static SortElement * MergeLists _ANSI_ARGS_((SortElement *leftPtr,
50 SortElement *rightPtr));
240 * This procedure combines two sorted lists of SortElement structures
244 * The unified list of SortElement structure
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclCmdIL.c31 typedef struct SortElement { struct
34 struct SortElement *nextPtr; /* Next element in the list, or
36 } SortElement; typedef in typeref:struct:SortElement
160 static SortElement * MergeSort _ANSI_ARGS_((SortElement *headPt,
162 static SortElement * MergeLists _ANSI_ARGS_((SortElement *leftPtr,
163 SortElement *rightPtr, SortInfo *infoPtr));
3744 SortElement *elementArray;
3745 SortElement *elementPt
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclCmdIL.c31 typedef struct SortElement { struct
39 struct SortElement *nextPtr;/* Next element in the list, or NULL for end
41 } SortElement; typedef in typeref:struct:SortElement
145 static SortElement * MergeLists(SortElement *leftPtr, SortElement *rightPtr,
147 static int SortCompare(SortElement *firstPtr, SortElement *second,
3499 SortElement *elementArray, *elementPtr;
3517 SortElement *subLis
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeItem.c5767 struct SortElement struct
5782 struct SortElement elems[20];
6241 struct SortElement *elemPtr;

Completed in 183 milliseconds