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

/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A Dqebind.c64 typedef struct BindValue { struct
71 struct BindValue *nextValue; /* list of BindValues matching event */
75 } BindValue; typedef in typeref:struct:BindValue
132 Tcl_HashTable patternTable; /* Key: PatternTableKey, Value: (BindValue *) */
133 Tcl_HashTable objectTable; /* Key: ObjectTableKey, Value: (BindValue *) */
149 char *eventString, int create, int *created, BindValue **result);
160 static int DeleteBinding(BindingTable *bindPtr, BindValue *valuePtr);
346 BindValue *valuePtr, **valueList;
366 valuePtr = (BindValue *) Tcl_GetHashValue(hPtr);
379 valueList = (BindValue **) Tcl_DStringValu
[all...]

Completed in 66 milliseconds