Searched refs:AslGbl_CommentState (Results 1 – 7 of 7) sorted by relevance
828 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 …]
228 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()
259 AslGbl_CommentState.CaptureComments = FALSE; in TrSetOpIntegerValue()627 AslGbl_CommentState.LatestParseOp = Op; in TrLinkOpChildren()807 AslGbl_CommentState.CaptureComments = TRUE; in TrLinkChildOp()809 AslGbl_CommentState.LatestParseOp = Op1; in TrLinkChildOp()
299 #define COMMENT_CAPTURE_ON AslGbl_CommentState.CaptureComments = TRUE;300 #define COMMENT_CAPTURE_OFF AslGbl_CommentState.CaptureComments = FALSE;
838 LatestOp = AslGbl_CommentState.LatestParseOp; in TrAllocateOp()865 AslGbl_CommentState.LatestParseOp = Op; in TrAllocateOp()868 AslGbl_CommentState.LatestParseOp->Asl.ParseOpName); in TrAllocateOp()885 AslGbl_CommentState.ParsingParenBraceNode = Op; in TrAllocateOp()
394 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()
427 ASL_EXTERN ASL_COMMENT_STATE AslGbl_CommentState; variable