Home
last modified time | relevance | path

Searched refs:CommentType (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dcvcompiler.c274 for (i = 0; (CurrentState.CommentType != ASL_COMMENT_STANDARD) && in CvProcessComment()
281 CvPlaceComment (CurrentState.CommentType, FinalCommentString); in CvProcessComment()
348 for (i = 0; (CurrentState.CommentType != 1) && in CvProcessCommentType2()
369 CvPlaceComment (CurrentState.CommentType, FinalCommentString); in CvProcessCommentType2()
835 Gbl_CommentState.CommentType = ASL_COMMENT_STANDARD; 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()
864 Gbl_CommentState.CommentType = ASL_COMMENT_CLOSE_BRACE; in CvProcessCommentState()
869 Gbl_CommentState.CommentType = ASLCOMMENT_INLINE; in CvProcessCommentState()
[all …]
H A Dcvdisasm.c261 UINT8 CommentType, in CvPrintOneCommentType() argument
269 switch (CommentType) in CvPrintOneCommentType()
H A Daslstartup.c239 Gbl_CommentState.CommentType = 1; in AslInitializeGlobals()
H A Daslsupport.l394 Gbl_CommentState.CommentType = STANDARD_COMMENT; in AslPushInputFileStack()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacconvert.h305 UINT8 CommentType,
H A Daclocal.h1193 UINT8 CommentType; member