Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Dcvcompiler.c867 ACPI_PARSE_OBJECT *LatestParseNode; in CvPlaceComment() local
871 LatestParseNode = AslGbl_CommentState.LatestParseOp; in CvPlaceComment()
884 LatestParseNode->Asl.InlineComment = in CvPlaceComment()
885 CvAppendInlineComment (LatestParseNode->Asl.InlineComment, in CvPlaceComment()
906 LatestParseNode->Asl.EndNodeComment = in CvPlaceComment()
907 CvAppendInlineComment (LatestParseNode->Asl.EndNodeComment, in CvPlaceComment()
914 LatestParseNode->Asl.CloseBraceComment = CommentString; in CvPlaceComment()