Lines Matching refs:CommentString
185 char *CommentString; in CvProcessComment() local
196 CommentString = UtLocalCacheCalloc (strlen (MsgBuffer) + 1); in CvProcessComment()
197 strcpy (CommentString, MsgBuffer); in CvProcessComment()
199 CvDbgPrint ("CommentString: %s\n", CommentString); in CvProcessComment()
207 LineToken = strtok (CommentString, "\n"); in CvProcessComment()
271 UtLocalCacheCalloc (strlen (CommentString) + in CvProcessComment()
280 strcat (FinalCommentString, CommentString); in CvProcessComment()
308 char *CommentString; in CvProcessCommentType2() local
316 CommentString = UtLocalCacheCalloc (strlen (MsgBuffer) + 1); in CvProcessCommentType2()
317 strcpy (CommentString, MsgBuffer); in CvProcessCommentType2()
346 strlen (CommentString) + 3 + 1); in CvProcessCommentType2()
354 strcat (FinalCommentString, CommentString); in CvProcessCommentType2()
360 strlen (CommentString) + 3] = 0; in CvProcessCommentType2()
973 char *CommentString) in CvPlaceComment() argument
981 CvDbgPrint ("Placing comment %s for type %d\n", CommentString, Type); in CvPlaceComment()
987 CvAddToCommentList (CommentString); in CvPlaceComment()
994 CommentString); in CvPlaceComment()
1001 CommentString); in CvPlaceComment()
1010 CommentString); in CvPlaceComment()
1016 CommentString); in CvPlaceComment()
1022 LatestParseNode->Asl.CloseBraceComment = CommentString; in CvPlaceComment()