Searched refs:TkBTreePrevTag (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkText.h714 extern int TkBTreePrevTag _ANSI_ARGS_((TkTextSearch *searchPtr));
H A DtkTextTag.c649 if (!TkBTreePrevTag(&tSearch)) {
661 TkBTreePrevTag(&tSearch);
H A DtkTextBTree.c1656 * to TkBTreeNextTag or TkBTreePrevTag will return information about the
1658 * TkBTreePrevTag must be called to get the first transition.
1659 * Note: unlike TkBTreeNextTag and TkBTreePrevTag, this routine does not
1754 * to TkBTreePrevTag will return information about the
1755 * locations of tag transitions. Note that TkBTreePrevTag must be called
1757 * Note: unlike TkBTreeNextTag and TkBTreePrevTag, this routine does not
2012 * TkBTreePrevTag --
2036 TkBTreePrevTag(searchPtr)
2195 panic("TkBTreePrevTag found incorrect tag summary info.");
2014 TkBTreePrevTag(searchPtr) function

Completed in 537 milliseconds