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

  /src/sys/external/bsd/acpica/dist/compiler/
asldefine.h 191 #define COMMENT_CAPTURE_ON AslGbl_CommentState.CaptureComments = TRUE;
192 #define COMMENT_CAPTURE_OFF AslGbl_CommentState.CaptureComments = FALSE;
aslsupport.l 479 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments)
494 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments)
522 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments)
597 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments)
613 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments)
aslstartup.c 124 AslGbl_CommentState.CaptureComments = TRUE;
asltree.c 151 AslGbl_CommentState.CaptureComments = FALSE;
699 AslGbl_CommentState.CaptureComments = TRUE;
cvcompiler.c 81 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments)
204 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments)
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 1099 BOOLEAN CaptureComments;

Completed in 17 milliseconds