Searched refs:ReplaceString (Results 1 – 2 of 2) sorted by relevance
113 char *ReplaceString; in PrExpandMacros() local143 ReplaceString = DefineInfo->Replacement; in PrExpandMacros()150 ReplaceString, strlen (ReplaceString)); in PrExpandMacros()154 OffsetAdjust += strlen (ReplaceString) - strlen (Token); in PrExpandMacros()159 *ReplaceString ? ReplaceString : "(NULL STRING)"); in PrExpandMacros()
321 char *ReplaceString; in PrPreprocessInputFile() local399 ReplaceString = DefineInfo->Replacement; in PrPreprocessInputFile()406 ReplaceString, strlen (ReplaceString)); in PrPreprocessInputFile()410 OffsetAdjust += strlen (ReplaceString) - strlen (Token); in PrPreprocessInputFile()415 *ReplaceString ? ReplaceString : "(NULL STRING)"); in PrPreprocessInputFile()
Completed in 4 milliseconds