Searched refs:ptrStart (Results 1 – 1 of 1) sorted by relevance
276 LPTSTR ptrStart; /* A pointer to the first character of a parameter */ in DirReadParam() local404 ptrStart = Line; in DirReadParam()416 temp = cmd_alloc((ptrEnd - ptrStart + 1) * sizeof(TCHAR)); in DirReadParam()419 memcpy(temp, ptrStart, (ptrEnd - ptrStart) * sizeof(TCHAR)); in DirReadParam()420 temp[ptrEnd - ptrStart] = _T('\0'); in DirReadParam()