Lines Matching defs:tree
39 * same parent node in B-tree. NULL
139 * modification to the character structure of the b-tree so they
145 TkTextBTree tree; /* Tree containing desired position. */
353 * The data structure below is used for searching a B-tree for transitions
423 TkTextBTree tree; /* B-tree representation of text and tags for
695 extern void TkBTreeCheck _ANSI_ARGS_((TkTextBTree tree));
698 extern void TkBTreeDestroy _ANSI_ARGS_((TkTextBTree tree));
701 extern TkTextLine * TkBTreeFindLine _ANSI_ARGS_((TkTextBTree tree,
712 extern int TkBTreeNumLines _ANSI_ARGS_((TkTextBTree tree));
724 extern void TkBTreeUnlinkSegment _ANSI_ARGS_((TkTextBTree tree,
765 extern TkTextIndex * TkTextMakeIndex _ANSI_ARGS_((TkTextBTree tree,