Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Dcvcompiler.c166 for (i = 0; (CurrentState.CommentType != ASL_COMMENT_STANDARD) && in CvProcessComment()
173 CvPlaceComment (CurrentState.CommentType, FinalCommentString); in CvProcessComment()
240 for (i = 0; (CurrentState.CommentType != 1) && in CvProcessCommentType2()
261 CvPlaceComment (CurrentState.CommentType, FinalCommentString); in CvProcessCommentType2()
727 AslGbl_CommentState.CommentType = ASL_COMMENT_STANDARD; in CvProcessCommentState()
739 AslGbl_CommentState.CommentType = ASL_COMMENT_OPEN_PAREN; in CvProcessCommentState()
744 AslGbl_CommentState.CommentType = ASL_COMMENT_CLOSE_PAREN; in CvProcessCommentState()
749 AslGbl_CommentState.CommentType = ASL_COMMENT_STANDARD; in CvProcessCommentState()
756 AslGbl_CommentState.CommentType = ASL_COMMENT_CLOSE_BRACE; in CvProcessCommentState()
761 AslGbl_CommentState.CommentType = ASLCOMMENT_INLINE; in CvProcessCommentState()
[all …]
H A Dcvdisasm.c153 UINT8 CommentType, in CvPrintOneCommentType() argument
161 switch (CommentType) in CvPrintOneCommentType()
H A Daslstartup.c121 AslGbl_CommentState.CommentType = 1; in AslInitializeGlobals()
H A Daslsupport.l286 AslGbl_CommentState.CommentType = STANDARD_COMMENT; in AslPushInputFileStack()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacconvert.h196 UINT8 CommentType,
H A Daclocal.h1095 UINT8 CommentType; member