Searched defs:Node (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkTextBTree.c38 typedef struct Node { struct
39 struct Node *parentPtr; /* Pointer to parent node, or NULL if
41 struct Node *nextPtr; /* Next in list of siblings with the
51 struct Node *nodePtr; /* Used if level > 0. */
57 } Node; typedef in typeref:struct:Node
73 Node *rootPtr; /* Pointer to root of B-tree. */
115 static void ChangeNodeToggleCount _ANSI_ARGS_((Node *nodePtr,
125 static void CheckNodeConsistency _ANSI_ARGS_((Node *nodePtr));
128 static void DestroyNode _ANSI_ARGS_((Node *nodePtr));
131 static void Rebalance _ANSI_ARGS_((BTree *treePtr, Node *nodePt
[all...]

Completed in 9 milliseconds