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

/ast/src/lib/libtk/generic/
H A DtkUtil.c175 for ( ; mapPtr->strKey != NULL; mapPtr++) {
177 return mapPtr->strKey;
192 * If strKey was equal to the string keys of one of the elements
195 * string one) in the table if strKey was not equal to any of the
206 TkFindStateNum(interp, field, mapPtr, strKey)
210 CONST char *strKey; /* String to try to find in lookup table. */
214 if (mapPtr->strKey == NULL) {
218 for (mPtr = mapPtr; mPtr->strKey != NULL; mPtr++) {
219 if (strcmp(strKey, mPtr->strKey)
[all...]
H A DtkInt.h565 char *strKey; /* String representation of a value. */ member in struct:TkStateMap
708 CONST char *strKey));

Completed in 19 milliseconds