Home
last modified time | relevance | path

Searched refs:Comment (Results 1 – 16 of 16) sorted by relevance

/acpica-latest/source/tools/acpisrc/
Dasremove.c262 char *Comment; in AsRemoveConditionalCompile() local
283 Comment = NULL; in AsRemoveConditionalCompile()
287 Comment = strstr (SubString, AS_START_IGNORE); in AsRemoveConditionalCompile()
290 if ((Comment) && in AsRemoveConditionalCompile()
291 (Comment < SubBuffer)) in AsRemoveConditionalCompile()
293 SubString = strstr (Comment, AS_STOP_IGNORE); in AsRemoveConditionalCompile()
305 Comment = strstr (SubString, "/*"); in AsRemoveConditionalCompile()
307 if ((Comment) && in AsRemoveConditionalCompile()
308 (Comment < SubBuffer)) in AsRemoveConditionalCompile()
310 SubString = strstr (Comment, "*/"); in AsRemoveConditionalCompile()
/acpica-latest/source/compiler/
Dcvcompiler.c422 CommentLength = strlen (Current->Comment)+3; in CvCalculateCommentLengths()
424 CvDbgPrint (" Comment string: %s\n\n", Current->Comment); in CvCalculateCommentLengths()
435 CommentLength = strlen (Current->Comment)+3; in CvCalculateCommentLengths()
437 CvDbgPrint (" Comment string: %s\n\n", Current->Comment); in CvCalculateCommentLengths()
539 CgWriteOneAmlComment(Op, Current->Comment, CommentOption); in CgWriteAmlDefBlockComment()
540 CvDbgPrint ("Printing comment: %s\n", Current->Comment); in CgWriteAmlDefBlockComment()
670 CgWriteOneAmlComment(Op, Current->Comment, CommentOption); in CgWriteAmlComment()
680 CgWriteOneAmlComment(Op, Current->Comment, CommentOption); in CgWriteAmlComment()
909 AslGbl_CommentListTail->Comment = ToAdd; in CvAddToCommentList()
Ddtcompilerparser.l195 Comment \[[^\n\[\]]*\]
196 CommentField {LabelName}{WhiteSpace}*:{WhiteSpace}{Comment}?$
214 <INITIAL,DATA_STATE>{Comment} { DbgPrint(ASL_PARSE_OUTPUT,"Comment matched\n"); }
Dcvparser.c765 CommentNode->Comment = ACPI_CAST_PTR (char, Aml); in CvCaptureCommentsOnly()
791 CommentNode->Comment = ACPI_CAST_PTR (char, Aml); in CvCaptureCommentsOnly()
816 CommentNode->Comment = ACPI_CAST_PTR (char, Aml); in CvCaptureCommentsOnly()
896 CommentNode->Comment = ACPI_CAST_PTR (char, Aml); in CvCaptureCommentsOnly()
912 CommentNode->Comment); in CvCaptureCommentsOnly()
Dcvdisasm.c197 if (Current->Comment) in CvPrintOneCommentList()
200 AcpiOsPrintf("%s\n", Current->Comment); in CvPrintOneCommentList()
201 Current->Comment = NULL; in CvPrintOneCommentList()
Daslcodegen.c641 CommentLength = strlen (Current->Comment)+3; in CgWriteTableHeader()
643 CvDbgPrint (" Comment string: %s\n\n", Current->Comment); in CgWriteTableHeader()
Dasltree.c535 Op->Asl.ParseOpName, AslGbl_CommentListHead->Comment); in TrLinkOpChildren()
Daslparseop.c895 CvDbgPrint (" %s\n", Op->Asl.CommentList->Comment); in TrAllocateOp()
/acpica-latest/generate/lint/
Dco.lnt12 // (no warnings, just syntax errors). Comment out if you
Dco-msc40.lnt23 // (no warnings, just syntax errors). Comment out if you
Dco-msc60.lnt24 // (no warnings, just syntax errors). Comment out if you
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0211/
DDECL.asl53 * ------- Additional Comment #8 From Len Brown 2006-06-25 21:49 -------
/acpica-latest/source/include/
Daclocal.h1103 char *Comment; member
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/common/
Ddata.asl107 /* Comment/uncomment it */
/acpica-latest/tests/aslts/src/runtime/collections/Identity2MS/abbu/misc/
Dms1.asl6167 // Comment the wrappers and compile with -f iASL option.
/acpica-latest/documents/
Dchanges.txt7972 numbers. Comment remover could get confused and miss a comment ending.