Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dcvcompiler.c828 Gbl_CommentState.SpacesBefore = 0; in CvProcessCommentState()
835 Gbl_CommentState.CommentType = ASL_COMMENT_STANDARD; in CvProcessCommentState()
842 Gbl_CommentState.SpacesBefore++; in CvProcessCommentState()
847 Gbl_CommentState.CommentType = ASL_COMMENT_OPEN_PAREN; in CvProcessCommentState()
852 Gbl_CommentState.CommentType = ASL_COMMENT_CLOSE_PAREN; in CvProcessCommentState()
857 Gbl_CommentState.CommentType = ASL_COMMENT_STANDARD; in CvProcessCommentState()
858 Gbl_CommentState.ParsingParenBraceNode = NULL; in CvProcessCommentState()
864 Gbl_CommentState.CommentType = ASL_COMMENT_CLOSE_BRACE; in CvProcessCommentState()
869 Gbl_CommentState.CommentType = ASLCOMMENT_INLINE; in CvProcessCommentState()
874 Gbl_CommentState.CommentType = ASLCOMMENT_INLINE; in CvProcessCommentState()
[all …]
H A Daslstartup.c238 Gbl_CommentState.SpacesBefore = 0; in AslInitializeGlobals()
239 Gbl_CommentState.CommentType = 1; in AslInitializeGlobals()
240 Gbl_CommentState.LatestParseOp = NULL; in AslInitializeGlobals()
241 Gbl_CommentState.ParsingParenBraceNode = NULL; in AslInitializeGlobals()
242 Gbl_CommentState.CaptureComments = TRUE; in AslInitializeGlobals()
H A Dasldefine.h298 #define COMMENT_CAPTURE_ON Gbl_CommentState.CaptureComments = TRUE;
299 #define COMMENT_CAPTURE_OFF Gbl_CommentState.CaptureComments = FALSE;
H A Dasltree.c259 Gbl_CommentState.CaptureComments = FALSE; in TrSetOpIntegerValue()
595 Gbl_CommentState.LatestParseOp = Op; in TrLinkOpChildren()
775 Gbl_CommentState.CaptureComments = TRUE; in TrLinkChildOp()
777 Gbl_CommentState.LatestParseOp = Op1; in TrLinkChildOp()
H A Daslparseop.c799 LatestOp = Gbl_CommentState.LatestParseOp; in TrAllocateOp()
826 Gbl_CommentState.LatestParseOp = Op; in TrAllocateOp()
829 Gbl_CommentState.LatestParseOp->Asl.ParseOpName); in TrAllocateOp()
846 Gbl_CommentState.ParsingParenBraceNode = Op; in TrAllocateOp()
H A Daslsupport.l394 Gbl_CommentState.CommentType = STANDARD_COMMENT; in AslPushInputFileStack()
578 ASL_COMMENT_STATE CurrentState = Gbl_CommentState; /* to reference later on */ in AslDoComment()
696 ASL_COMMENT_STATE CurrentState = Gbl_CommentState; in AslDoCommentType2()
H A Daslglobal.h415 ASL_EXTERN ASL_COMMENT_STATE Gbl_CommentState; variable