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

/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkUtil.c855 * If numKey was equal to the numeric key of one of the elements
857 * Returns NULL if numKey was not equal to any of the numeric keys
867 TkFindStateString(mapPtr, numKey)
869 int numKey; /* The key to try to find in the table. */
872 if (numKey == mapPtr->numKey) {
890 * Returns the numKey associated with the last element (the NULL
912 return mPtr->numKey;
925 return mPtr->numKey;
952 keyPtr->internalRep.twoPtrValue.ptr2 = (VOID *) mPtr->numKey;
[all...]
H A DtkInt.h886 int numKey; /* Integer representation of a value. */ member in struct:TkStateMap
H A DtkIntDecls.h114 CONST TkStateMap * mapPtr, int numKey));
598 char * (*tkFindStateString) _ANSI_ARGS_((CONST TkStateMap * mapPtr, int numKey)); /* 22 */
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkUtil.c857 * If numKey was equal to the numeric key of one of the elements in the
858 * table, returns the string key of that element. Returns NULL if numKey
870 int numKey) /* The key to try to find in the table. */
873 if (numKey == mapPtr->numKey) {
890 * table, returns the numeric key of that element. Returns the numKey
917 return mPtr->numKey;
936 return mPtr->numKey;
971 keyPtr->internalRep.twoPtrValue.ptr2 = INT2PTR(mPtr->numKey);
973 return mPtr->numKey;
854 TkFindStateString( const TkStateMap *mapPtr, int numKey) argument
[all...]
H A DtkInt.h878 int numKey; /* Integer representation of a value. */ member in struct:TkStateMap
H A DtkIntDecls.h174 int numKey);
1070 char * (*tkFindStateString) (CONST TkStateMap *mapPtr, int numKey); /* 22 */
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXInit.c49 CFStringEncoding numKey; member in struct:Map
331 if (scriptMap[i].numKey == encoding) {
/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A DUtils.c1305 int numKey; member in struct:Map
1348 if (scriptMap[i].numKey == encoding) {
/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWinFont.c472 hFont = (HFONT)GetStockObject(mapPtr->numKey);

Completed in 290 milliseconds