Searched refs:CEnd (Results 1 – 1 of 1) sorted by relevance
2069 INT8 *CEnd; in ProcessSourceFiles() local2107 CEnd = CStart; in ProcessSourceFiles()2109 CEnd = CStart + 1; in ProcessSourceFiles()2110 while (*CEnd && *CEnd != ',') { in ProcessSourceFiles()2111 CEnd++; in ProcessSourceFiles()2114 CSave = *CEnd; in ProcessSourceFiles()2115 *CEnd = 0; in ProcessSourceFiles()2121 *CEnd = CSave; in ProcessSourceFiles()2122 CStart = CEnd; in ProcessSourceFiles()2415 INT8 *CEnd; in ProcessObjects() local[all …]