Searched refs:destPtr (Results 1 - 7 of 7) sorted by relevance
/ast/src/lib/libtk/generic/ |
H A D | tkImgUtil.c | 45 char *data, *srcPtr, *destPtr; 63 destPtr = data; 68 *destPtr = 0; 70 *destPtr = xBitReverseTable[(unsigned char)(*(srcPtr++))]; 72 *destPtr = *(srcPtr++); 74 destPtr++; 44 char *data, *srcPtr, *destPtr; local
|
H A D | tkGrab.c | 162 TkWindow *destPtr, int mode, int leaveEvents, 933 TkInOutEvents(eventPtr, sourcePtr, destPtr, leaveType, enterType, position) 944 TkWindow *destPtr; /* Window that is to end up with the pointer 962 * 1. SourcePtr and destPtr are the same. There's nothing to do in 964 * 2. SourcePtr is an ancestor of destPtr in the same top-level 969 * to destPtr. 971 * from sourcePtr to its top-level, then down from destPtr's 972 * top-level to destPtr. This form is called "non-linear." 978 if (sourcePtr == destPtr) { 986 FindCommonAncestor(sourcePtr, destPtr, [all...] |
H A D | tkClipboard.c | 63 char *srcPtr, *destPtr; 88 destPtr = buffer; 92 strncpy(destPtr, srcPtr, freeCount); 95 strncpy(destPtr, srcPtr, length); 96 destPtr += length; 62 char *srcPtr, *destPtr; local
|
H A D | tkFocus.c | 53 TkWindow *destPtr)); 663 GenerateFocusEvents(sourcePtr, destPtr) 666 TkWindow *destPtr; /* New window to have the focus (may be 675 winPtr = destPtr; 685 TkInOutEvents(&event, sourcePtr, destPtr, FocusOut, FocusIn,
|
H A D | tkImgPhoto.c | 1989 unsigned char *srcPtr, *destPtr; 2076 destPtr = newPix24 + (validBox.y * width + validBox.x) * 3; 2080 memcpy((VOID *) destPtr, (VOID *) srcPtr, 2082 destPtr += width * 3; 3240 unsigned char *destPtr, *destLinePtr; 3304 destPtr = destLinePtr; 3310 *destPtr++ = srcPtr[0]; 3311 *destPtr++ = srcPtr[greenOffset]; 3312 *destPtr++ = srcPtr[blueOffset]; 3388 unsigned char *destPtr, *destLinePt 1977 unsigned char *srcPtr, *destPtr; local 3215 unsigned char *destPtr, *destLinePtr; local 3362 unsigned char *destPtr, *destLinePtr; local [all...] |
H A D | tkInt.h | 751 TkWindow *sourcePtr, TkWindow *destPtr,
|
/ast/src/lib/libtksh/src/ |
H A D | tclIO.c | 2694 char *destPtr; /* Where in line to copy to? */ 2765 destPtr = outBufPtr->buf + outBufPtr->nextAdded; 2769 memcpy((VOID *) destPtr, (VOID *) srcPtr, (size_t) destCopied); 2773 memcpy((VOID *) destPtr, (VOID *) srcPtr, (size_t) destCopied); 2774 for (dPtr = destPtr; dPtr < destPtr + destCopied; dPtr++) { 2781 for (srcCopied = 0, dPtr = destPtr, sPtr = srcPtr; 2782 dPtr < destPtr + destCopied;
|
Completed in 1376 milliseconds