Home
last modified time | relevance | path

Searched refs:InlineComment (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Dcvcompiler.c335 if (Op->Asl.InlineComment) in CvCalculateCommentLengths()
337 CommentLength = strlen (Op->Asl.InlineComment)+3; in CvCalculateCommentLengths()
339 CvDbgPrint (" Comment string: %s\n\n", Op->Asl.InlineComment); in CvCalculateCommentLengths()
580 if (Op->Asl.InlineComment) in CgWriteAmlComment()
583 CgWriteOneAmlComment(Op, Op->Asl.InlineComment, CommentOption); in CgWriteAmlComment()
584 Op->Asl.InlineComment = NULL; in CgWriteAmlComment()
820 char *InlineComment, in CvAppendInlineComment() argument
827 if (!InlineComment) in CvAppendInlineComment()
834 return (InlineComment); in CvAppendInlineComment()
838 Size += strlen (InlineComment); in CvAppendInlineComment()
[all …]
H A Daslparseop.c172 Op->Asl.InlineComment = Child->Asl.InlineComment; in TrCreateOp()
177 Child->Asl.InlineComment = NULL; in TrCreateOp()
210 Op->Asl.InlineComment = Child->Asl.InlineComment; in TrCreateOp()
211 Child->Asl.InlineComment = NULL; in TrCreateOp()
731 Op->Asl.InlineComment = NULL; in TrAllocateOp()
792 Op->Asl.InlineComment = AslGbl_InlineCommentBuffer; in TrAllocateOp()
H A Dcvparser.c238 Op->Common.InlineComment = NULL; in CvClearOpComments()
915 Op->Common.InlineComment = AcpiGbl_CurrentInlineComment; in CvTransferComments()
H A Dcvdisasm.c190 CommentToPrint = &Op->Common.InlineComment; in CvPrintOneCommentType()
/netbsd-src/sys/external/bsd/acpica/dist/parser/
H A Dpsargs.c618 if (Field->Common.InlineComment) in AcpiPsGetNextField()
620 Field->Common.NameComment = Field->Common.InlineComment; in AcpiPsGetNextField()
622 Field->Common.InlineComment = AcpiGbl_CurrentInlineComment; in AcpiPsGetNextField()
H A Dpsobject.c290 (*Op)->Common.InlineComment = UnnamedOp->Common.InlineComment; in AcpiPsBuildNamedOp()
300 UnnamedOp->Common.InlineComment = NULL; in AcpiPsBuildNamedOp()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacconvert.h91 char *InlineComment,
H A Daclocal.h941 char *InlineComment; /* Inline comment */\