Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/compiler/
HDcvcompiler.c828 AslGbl_CommentState.SpacesBefore = 0; in CvProcessCommentState()
835 AslGbl_CommentState.CommentType = ASL_COMMENT_STANDARD; in CvProcessCommentState()
842 AslGbl_CommentState.SpacesBefore++; in CvProcessCommentState()
847 AslGbl_CommentState.CommentType = ASL_COMMENT_OPEN_PAREN; in CvProcessCommentState()
852 AslGbl_CommentState.CommentType = ASL_COMMENT_CLOSE_PAREN; in CvProcessCommentState()
857 AslGbl_CommentState.CommentType = ASL_COMMENT_STANDARD; in CvProcessCommentState()
858 AslGbl_CommentState.ParsingParenBraceNode = NULL; in CvProcessCommentState()
864 AslGbl_CommentState.CommentType = ASL_COMMENT_CLOSE_BRACE; in CvProcessCommentState()
869 AslGbl_CommentState.CommentType = ASLCOMMENT_INLINE; in CvProcessCommentState()
874 AslGbl_CommentState.CommentType = ASLCOMMENT_INLINE; in CvProcessCommentState()
[all …]
HDaslstartup.c228 AslGbl_CommentState.SpacesBefore = 0; in AslInitializeGlobals()
229 AslGbl_CommentState.CommentType = 1; in AslInitializeGlobals()
230 AslGbl_CommentState.LatestParseOp = NULL; in AslInitializeGlobals()
231 AslGbl_CommentState.ParsingParenBraceNode = NULL; in AslInitializeGlobals()
232 AslGbl_CommentState.CaptureComments = TRUE; in AslInitializeGlobals()
HDasldefine.h299 #define COMMENT_CAPTURE_ON AslGbl_CommentState.CaptureComments = TRUE;
300 #define COMMENT_CAPTURE_OFF AslGbl_CommentState.CaptureComments = FALSE;
HDasltree.c259 AslGbl_CommentState.CaptureComments = FALSE; in TrSetOpIntegerValue()
626 AslGbl_CommentState.LatestParseOp = Op; in TrLinkOpChildren()
806 AslGbl_CommentState.CaptureComments = TRUE; in TrLinkChildOp()
808 AslGbl_CommentState.LatestParseOp = Op1; in TrLinkChildOp()
HDaslsupport.l394 AslGbl_CommentState.CommentType = STANDARD_COMMENT; in AslPushInputFileStack()
582 ASL_COMMENT_STATE CurrentState = AslGbl_CommentState; /* to reference later on */ in AslDoComment()
700 ASL_COMMENT_STATE CurrentState = AslGbl_CommentState; in AslDoCommentType2()
HDaslparseop.c836 LatestOp = AslGbl_CommentState.LatestParseOp; in TrAllocateOp()
863 AslGbl_CommentState.LatestParseOp = Op; in TrAllocateOp()
866 AslGbl_CommentState.LatestParseOp->Asl.ParseOpName); in TrAllocateOp()
883 AslGbl_CommentState.ParsingParenBraceNode = Op; in TrAllocateOp()
HDaslglobal.h427 ASL_EXTERN ASL_COMMENT_STATE AslGbl_CommentState; variable