Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Dcvcompiler.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()
869 AslGbl_CommentState.CommentType = ASLCOMMENT_INLINE; in CvProcessCommentState()
874 AslGbl_CommentState.CommentType = ASLCOMMENT_INLINE; in CvProcessCommentState()
979 LatestParseNode = AslGbl_CommentState.LatestParseOp; in CvPlaceComment()
[all …]
H A Daslstartup.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()
H A Dasldefine.h299 #define COMMENT_CAPTURE_ON AslGbl_CommentState.CaptureComments = TRUE;
300 #define COMMENT_CAPTURE_OFF AslGbl_CommentState.CaptureComments = FALSE;
H A Dasltree.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()
H A Daslsupport.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()
H A Daslparseop.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()
H A Daslglobal.h427 ASL_EXTERN ASL_COMMENT_STATE AslGbl_CommentState; variable