Lines Matching defs:Comment
262 char *Comment;
283 Comment = NULL;
287 Comment = strstr (SubString, AS_START_IGNORE);
290 if ((Comment) &&
291 (Comment < SubBuffer))
293 SubString = strstr (Comment, AS_STOP_IGNORE);
303 /* Check for ordinary comment */
305 Comment = strstr (SubString, "/*");
307 if ((Comment) &&
308 (Comment < SubBuffer))
310 SubString = strstr (Comment, "*/");