Searched refs:CommentType (Results 1 – 6 of 6) sorted by relevance
274 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 …]
261 UINT8 CommentType, in CvPrintOneCommentType() argument269 switch (CommentType) in CvPrintOneCommentType()
239 Gbl_CommentState.CommentType = 1; in AslInitializeGlobals()
394 Gbl_CommentState.CommentType = STANDARD_COMMENT; in AslPushInputFileStack()
305 UINT8 CommentType,
1193 UINT8 CommentType; member