Lines Matching refs:Keyword
159 char *Keyword,
177 char *Keyword, in AsRemoveStatement() argument
185 KeywordLength = strlen (Keyword); in AsRemoveStatement()
191 SubString = strstr (SubBuffer, Keyword); in AsRemoveStatement()
255 char *Keyword) in AsRemoveConditionalCompile() argument
266 KeywordLength = strlen (Keyword); in AsRemoveConditionalCompile()
271 SubBuffer = strstr (SubString, Keyword); in AsRemoveConditionalCompile()
348 SubString = SubBuffer + strlen (Keyword); in AsRemoveConditionalCompile()
426 char *Keyword) variable
438 SubString = strstr (SubBuffer, Keyword);
496 char *Keyword) in AsRemoveLine() argument
507 SubString = strstr (SubBuffer, Keyword); in AsRemoveLine()
548 char *Keyword) in AsReduceTypedefs() argument
561 SubString = strstr (SubBuffer, Keyword); in AsReduceTypedefs()
565 SubSubString = SubString + strlen (Keyword); in AsReduceTypedefs()
782 char *Keyword) in AsCleanupSpecialMacro() argument
796 SubString = strstr (SubBuffer, Keyword); in AsCleanupSpecialMacro()