HomeSort by: relevance | last modified time | path
    Searched refs:AslGbl_CommentState (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
aslstartup.c 120 AslGbl_CommentState.SpacesBefore = 0;
121 AslGbl_CommentState.CommentType = 1;
122 AslGbl_CommentState.LatestParseOp = NULL;
123 AslGbl_CommentState.ParsingParenBraceNode = NULL;
124 AslGbl_CommentState.CaptureComments = TRUE;
cvcompiler.c 720 AslGbl_CommentState.SpacesBefore = 0;
727 AslGbl_CommentState.CommentType = ASL_COMMENT_STANDARD;
734 AslGbl_CommentState.SpacesBefore++;
739 AslGbl_CommentState.CommentType = ASL_COMMENT_OPEN_PAREN;
744 AslGbl_CommentState.CommentType = ASL_COMMENT_CLOSE_PAREN;
749 AslGbl_CommentState.CommentType = ASL_COMMENT_STANDARD;
750 AslGbl_CommentState.ParsingParenBraceNode = NULL;
756 AslGbl_CommentState.CommentType = ASL_COMMENT_CLOSE_BRACE;
761 AslGbl_CommentState.CommentType = ASLCOMMENT_INLINE;
766 AslGbl_CommentState.CommentType = ASLCOMMENT_INLINE
    [all...]
asldefine.h 191 #define COMMENT_CAPTURE_ON AslGbl_CommentState.CaptureComments = TRUE;
192 #define COMMENT_CAPTURE_OFF AslGbl_CommentState.CaptureComments = FALSE;
aslsupport.l 286 AslGbl_CommentState.CommentType = STANDARD_COMMENT;
474 ASL_COMMENT_STATE CurrentState = AslGbl_CommentState; /* to reference later on */
592 ASL_COMMENT_STATE CurrentState = AslGbl_CommentState;
aslparseop.c 730 LatestOp = AslGbl_CommentState.LatestParseOp;
757 AslGbl_CommentState.LatestParseOp = Op;
760 AslGbl_CommentState.LatestParseOp->Asl.ParseOpName);
777 AslGbl_CommentState.ParsingParenBraceNode = Op;
asltree.c 151 AslGbl_CommentState.CaptureComments = FALSE;
519 AslGbl_CommentState.LatestParseOp = Op;
699 AslGbl_CommentState.CaptureComments = TRUE;
701 AslGbl_CommentState.LatestParseOp = Op1;
aslglobal.h 320 ASL_EXTERN ASL_COMMENT_STATE AslGbl_CommentState;

Completed in 16 milliseconds