Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Dcvcompiler.c177 ASL_COMMENT_STATE CurrentState, in CvProcessComment() argument
189 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in CvProcessComment()
272 CurrentState.SpacesBefore + 1); 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()
348 for (i = 0; (CurrentState.CommentType != 1) && in CvProcessCommentType2()
349 (i < CurrentState.SpacesBefore); i++) in CvProcessCommentType2()
359 FinalCommentString [CurrentState.SpacesBefore + in CvProcessCommentType2()
[all …]
H A 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()
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Dacconvert.h180 ASL_COMMENT_STATE CurrentState,
186 ASL_COMMENT_STATE CurrentState,