Searched refs:CommentType (Results 1 – 6 of 6) sorted by relevance
166 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 …]
153 UINT8 CommentType, in CvPrintOneCommentType() argument161 switch (CommentType) in CvPrintOneCommentType()
121 AslGbl_CommentState.CommentType = 1; in AslInitializeGlobals()
286 AslGbl_CommentState.CommentType = STANDARD_COMMENT; in AslPushInputFileStack()
196 UINT8 CommentType,
1095 UINT8 CommentType; member