Searched refs:CommentToPrint (Results 1 – 3 of 3) sorted by relevance
266 char **CommentToPrint = NULL; in CvPrintOneCommentType() local298 CommentToPrint = &Op->Common.InlineComment; in CvPrintOneCommentType()303 CommentToPrint = &Op->Common.EndNodeComment; in CvPrintOneCommentType()308 CommentToPrint = &Op->Common.NameComment; in CvPrintOneCommentType()313 CommentToPrint = &Op->Common.CloseBraceComment; in CvPrintOneCommentType()320 if (*CommentToPrint) in CvPrintOneCommentType()323 AcpiOsPrintf ("%s", *CommentToPrint); in CvPrintOneCommentType()324 *CommentToPrint = NULL; in CvPrintOneCommentType()
574 char* CommentToPrint, in CgWriteOneAmlComment() argument581 if (!CommentToPrint) in CgWriteOneAmlComment()591 CgLocalWriteAmlData (Op, CommentToPrint, strlen (CommentToPrint) + 1); in CgWriteOneAmlComment()
226 char* CommentToPrint,