Lines Matching refs:numStorage
1854 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;
2107 numStorage[0] = before[1];
2108 numStorage[1] = '\0';
2109 string = numStorage;
2114 sprintf(numStorage, "%d", number);
2115 string = numStorage;