Searched refs:pByte (Results 1 – 1 of 1) sorted by relevance
560 char *pByte = 0, *s, c; in ClipbrdData_set() local574 if (CheckOSError(DosAllocSharedMem((PPVOID)&pByte, 0, len + nls + 1, in ClipbrdData_set()579 memcpy(pByte, buf, len + 1); in ClipbrdData_set()581 char *t = pByte, *e = buf + len; in ClipbrdData_set()585 if (c == '\n' && (t == pByte + 1 || t[-2] != '\r')) in ClipbrdData_set()589 handle = (ULONG)pByte; in ClipbrdData_set()596 DosFreeMem((PPVOID)&pByte); in ClipbrdData_set()