Lines Matching refs:Keyword
51 char *Keyword,
69 char *Keyword, in AsRemoveStatement() argument
77 KeywordLength = strlen (Keyword); in AsRemoveStatement()
83 SubString = strstr (SubBuffer, Keyword); in AsRemoveStatement()
147 char *Keyword) in AsRemoveConditionalCompile() argument
158 KeywordLength = strlen (Keyword); in AsRemoveConditionalCompile()
163 SubBuffer = strstr (SubString, Keyword); in AsRemoveConditionalCompile()
240 SubString = SubBuffer + strlen (Keyword); in AsRemoveConditionalCompile()
318 char *Keyword) variable
330 SubString = strstr (SubBuffer, Keyword);
388 char *Keyword) in AsRemoveLine() argument
399 SubString = strstr (SubBuffer, Keyword); in AsRemoveLine()
440 char *Keyword) in AsReduceTypedefs() argument
453 SubString = strstr (SubBuffer, Keyword); in AsReduceTypedefs()
457 SubSubString = SubString + strlen (Keyword); in AsReduceTypedefs()
674 char *Keyword) in AsCleanupSpecialMacro() argument
688 SubString = strstr (SubBuffer, Keyword); in AsCleanupSpecialMacro()