Searched refs:CommentToPrint (Results 1 – 3 of 3) sorted by relevance
158 char **CommentToPrint = NULL; in CvPrintOneCommentType() local190 CommentToPrint = &Op->Common.InlineComment; in CvPrintOneCommentType()195 CommentToPrint = &Op->Common.EndNodeComment; in CvPrintOneCommentType()200 CommentToPrint = &Op->Common.NameComment; in CvPrintOneCommentType()205 CommentToPrint = &Op->Common.CloseBraceComment; in CvPrintOneCommentType()212 if (*CommentToPrint) in CvPrintOneCommentType()215 AcpiOsPrintf ("%s", *CommentToPrint); in CvPrintOneCommentType()216 *CommentToPrint = NULL; in CvPrintOneCommentType()
466 char* CommentToPrint, in CgWriteOneAmlComment() argument473 if (!CommentToPrint) in CgWriteOneAmlComment()483 CgLocalWriteAmlData (Op, CommentToPrint, strlen (CommentToPrint) + 1); in CgWriteOneAmlComment()
118 char* CommentToPrint,