Home
last modified time | relevance | path

Searched refs:CurrentState (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/external/bsd/acpica/dist/compiler/
Dcvcompiler.c177 ASL_COMMENT_STATE CurrentState, in CvProcessComment() argument
189 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in CvProcessComment()
272 CurrentState.SpacesBefore + 1); in CvProcessComment()
274 for (i = 0; (CurrentState.CommentType != ASL_COMMENT_STANDARD) && in CvProcessComment()
275 (i < CurrentState.SpacesBefore); i++) in CvProcessComment()
281 CvPlaceComment (CurrentState.CommentType, FinalCommentString); in CvProcessComment()
304 ASL_COMMENT_STATE CurrentState, in CvProcessCommentType2() argument
312 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in CvProcessCommentType2()
345 FinalCommentString = UtLocalCacheCalloc (CurrentState.SpacesBefore + in CvProcessCommentType2()
348 for (i = 0; (CurrentState.CommentType != 1) && in CvProcessCommentType2()
[all …]
Daslsupport.l582 ASL_COMMENT_STATE CurrentState = AslGbl_CommentState; /* to reference later on */ in AslDoComment() local
587 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in AslDoComment()
602 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in AslDoComment()
630 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in AslDoComment()
652 CvProcessComment (CurrentState, StringBuffer, c1); in AslDoComment()
700 ASL_COMMENT_STATE CurrentState = AslGbl_CommentState; in AslDoCommentType2() local
705 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in AslDoCommentType2()
721 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in AslDoCommentType2()
741 CvProcessCommentType2 (CurrentState, StringBuffer); in AslDoCommentType2()
/netbsd/src/sys/external/bsd/acpica/dist/include/
Dacconvert.h180 ASL_COMMENT_STATE CurrentState,
186 ASL_COMMENT_STATE CurrentState,