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

/ast/src/lib/libtk/generic/
H A DtkTextTag.c1181 unsigned int oldState;
1183 oldState = eventPtr->xbutton.state;
1187 eventPtr->xbutton.state = oldState;
1173 unsigned int oldState; local
H A DtkTextBTree.c1180 int oldState;
1189 oldState = TkBTreeCharTagged(index1Ptr, tagPtr);
1190 if ((add != 0) ^ oldState) {
1215 oldState ^= 1;
1259 if ((add != 0) ^ oldState) {
1165 int oldState; local

Completed in 20 milliseconds