Home
last modified time | relevance | path

Searched refs:CommentToPrint (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Dcvdisasm.c158 char **CommentToPrint = NULL; in CvPrintOneCommentType() local
190 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()
H A Dcvcompiler.c466 char* CommentToPrint, in CgWriteOneAmlComment() argument
473 if (!CommentToPrint) in CgWriteOneAmlComment()
483 CgLocalWriteAmlData (Op, CommentToPrint, strlen (CommentToPrint) + 1); in CgWriteOneAmlComment()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacconvert.h118 char* CommentToPrint,