Lines Matching refs:toggles

1434 	 * toggles.  If so, push the root down one level.
1452 * No node has all toggles, so the root is still valid.
1459 * This node has all the toggles, so push down the root.
1668 TkTextIndex *index1Ptr; /* Search starts here. Tag toggles
1671 TkTextIndex *index2Ptr; /* Search stops here. Tag toggles
1691 * Even though there are no toggles, the display code still
1766 TkTextIndex *index1Ptr; /* Search starts here. Tag toggles
1769 TkTextIndex *index2Ptr; /* Search stops here. Tag toggles
1790 * Even though there are no toggles, the display code still
1802 * Adjust the start of the search so it doesn't find any tag toggles
1817 * Adjust the end of the search so it does find toggles that are right
1853 * return successive tag toggles. Note: it is NOT SAFE to call this
2015 * return successive tag toggles in the reverse direction.
2255 int toggles, index;
2258 * Check for toggles for the tag in indexPtr's line but before
2278 * No toggle in this line. Look for toggles for the tag in lines
2283 toggles = 0;
2302 * this node, counting the number of toggles of the given tag in
2306 toggles = 0;
2317 toggles += summaryPtr->toggleCount;
2327 * An odd number of toggles means that the tag is present at the
2331 return toggles & 1;
2381 * Record tag toggles within the line of indexPtr but preceding
2395 * Record toggles for tags in lines that are predecessors of
2412 * For each node in the ancestry of this line, record tag toggles
2564 panic("TkBTreeCheck found \"%s\" with toggles (%d) but no root",
2569 panic("TkBTreeCheck found root for \"%s\" with no toggles",
3165 * records that still have a zero count, or that have all the toggles.
3166 * The node with the children that account for all the tags toggles
3176 * The tag's root node split and some toggles left.
3187 * A node merge has collected all the toggles under one node.
3468 * if there are duplicate toggles at the same position.
3485 * toggles cancel each other; remove them both.