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

/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Dcvcompiler.c828 AslGbl_CommentState.SpacesBefore = 0;
835 AslGbl_CommentState.CommentType = ASL_COMMENT_STANDARD;
842 AslGbl_CommentState.SpacesBefore++;
847 AslGbl_CommentState.CommentType = ASL_COMMENT_OPEN_PAREN;
852 AslGbl_CommentState.CommentType = ASL_COMMENT_CLOSE_PAREN;
857 AslGbl_CommentState.CommentType = ASL_COMMENT_STANDARD;
858 AslGbl_CommentState.ParsingParenBraceNode = NULL;
864 AslGbl_CommentState.CommentType = ASL_COMMENT_CLOSE_BRACE;
869 AslGbl_CommentState.CommentType = ASLCOMMENT_INLINE;
874 AslGbl_CommentState
[all...]
H A Daslstartup.c228 AslGbl_CommentState.SpacesBefore = 0;
229 AslGbl_CommentState.CommentType = 1;
230 AslGbl_CommentState.LatestParseOp = NULL;
231 AslGbl_CommentState.ParsingParenBraceNode = NULL;
232 AslGbl_CommentState.CaptureComments = TRUE;
H A Dasldefine.h299 #define COMMENT_CAPTURE_ON AslGbl_CommentState.CaptureComments = TRUE;
300 #define COMMENT_CAPTURE_OFF AslGbl_CommentState.CaptureComments = FALSE;
H A Daslsupport.l394 AslGbl_CommentState.CommentType = STANDARD_COMMENT;
582 ASL_COMMENT_STATE CurrentState = AslGbl_CommentState; /* to reference later on */
700 ASL_COMMENT_STATE CurrentState = AslGbl_CommentState;
H A Daslparseop.c836 LatestOp = AslGbl_CommentState.LatestParseOp;
863 AslGbl_CommentState.LatestParseOp = Op;
866 AslGbl_CommentState.LatestParseOp->Asl.ParseOpName);
883 AslGbl_CommentState.ParsingParenBraceNode = Op;
H A Dasltree.c259 AslGbl_CommentState.CaptureComments = FALSE;
626 AslGbl_CommentState.LatestParseOp = Op;
806 AslGbl_CommentState.CaptureComments = TRUE;
808 AslGbl_CommentState.LatestParseOp = Op1;
H A Daslglobal.h427 ASL_EXTERN ASL_COMMENT_STATE AslGbl_CommentState; variable

Completed in 182 milliseconds