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

/ast/src/lib/libtk/generic/
H A DtkBind.c1854 char numStorage[NUM_SIZE+1];
1889 sprintf(numStorage, "0x%x", (int) eventPtr->xconfigure.above);
1890 string = numStorage;
2017 &eventPtr->xkey, numStorage, NUM_SIZE,
2024 numChars = XLookupString(&eventPtr->xkey, numStorage,
2029 numChars = XLookupString(&eventPtr->xkey, numStorage,
2033 numStorage[numChars] = '\0';
2034 string = numStorage;
2060 sprintf(numStorage, "0x%x", (int) eventPtr->xkey.subwindow);
2061 string = numStorage;
1842 char numStorage[NUM_SIZE+1]; local
[all...]

Completed in 19 milliseconds