HomeSort by: relevance | last modified time | path
    Searched refs:CommentType (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
cvcompiler.c 274 for (i = 0; (CurrentState.CommentType != ASL_COMMENT_STANDARD) &&
281 CvPlaceComment (CurrentState.CommentType, FinalCommentString);
348 for (i = 0; (CurrentState.CommentType != 1) &&
369 CvPlaceComment (CurrentState.CommentType, FinalCommentString);
835 AslGbl_CommentState.CommentType = ASL_COMMENT_STANDARD;
840 /* Keep the CommentType the same */
847 AslGbl_CommentState.CommentType = ASL_COMMENT_OPEN_PAREN;
852 AslGbl_CommentState.CommentType = ASL_COMMENT_CLOSE_PAREN;
857 AslGbl_CommentState.CommentType = ASL_COMMENT_STANDARD;
864 AslGbl_CommentState.CommentType = ASL_COMMENT_CLOSE_BRACE
    [all...]
cvdisasm.c 246 * CommentType
252 * DESCRIPTION: Prints all comments of CommentType within the given Op and
261 UINT8 CommentType,
269 switch (CommentType)
aslstartup.c 229 AslGbl_CommentState.CommentType = 1;
aslsupport.l 394 AslGbl_CommentState.CommentType = STANDARD_COMMENT;
  /src/sys/external/bsd/acpica/dist/include/
acconvert.h 304 UINT8 CommentType,
aclocal.h 1203 UINT8 CommentType;

Completed in 16 milliseconds