Lines Matching refs:Keyword
159 char *Keyword,
167 * DESCRIPTION: Remove all statements that contain the given keyword.
169 * contains the keyword to the next semicolon. Currently
177 char *Keyword,
185 KeywordLength = strlen (Keyword);
191 SubString = strstr (SubBuffer, Keyword);
255 char *Keyword)
266 KeywordLength = strlen (Keyword);
271 SubBuffer = strstr (SubString, Keyword);
348 SubString = SubBuffer + strlen (Keyword);
413 * DESCRIPTION: Remove every line that contains the keyword. Does not
426 char *Keyword)
438 SubString = strstr (SubBuffer, Keyword);
488 * DESCRIPTION: Remove every line that contains the keyword. Does not
496 Keyword)
507 SubString = strstr (SubBuffer, Keyword);
548 char *Keyword)
561 SubString = strstr (SubBuffer, Keyword);
565 SubSubString = SubString + strlen (Keyword);
782 char *Keyword)
796 SubString = strstr (SubBuffer, Keyword);