Searched refs:ReplaceString (Results 1 – 2 of 2) sorted by relevance
219 char *ReplaceString; in PrExpandMacros() local249 ReplaceString = DefineInfo->Replacement; in PrExpandMacros()256 ReplaceString, strlen (ReplaceString)); in PrExpandMacros()260 OffsetAdjust += strlen (ReplaceString) - strlen (Token); in PrExpandMacros()265 *ReplaceString ? ReplaceString : "(NULL STRING)"); in PrExpandMacros()
428 char *ReplaceString; in PrPreprocessInputFile() local505 ReplaceString = DefineInfo->Replacement; in PrPreprocessInputFile()512 ReplaceString, strlen (ReplaceString)); in PrPreprocessInputFile()516 OffsetAdjust += strlen (ReplaceString) - strlen (Token); in PrPreprocessInputFile()521 *ReplaceString ? ReplaceString : "(NULL STRING)"); in PrPreprocessInputFile()