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

  /src/sys/external/bsd/acpica/dist/tools/acpisrc/
asremove.c 262 char *Comment;
283 Comment = NULL;
287 Comment = strstr (SubString, AS_START_IGNORE);
290 if ((Comment) &&
291 (Comment < SubBuffer))
293 SubString = strstr (Comment, AS_STOP_IGNORE);
303 /* Check for ordinary comment */
305 Comment = strstr (SubString, "/*");
307 if ((Comment) &&
308 (Comment < SubBuffer)
    [all...]
asconvrt.c 202 * DESCRIPTION: Count the number of "//" comments. This type of comment is
408 /* Now we can check for a slash-slash comment */
1098 * Must be a single-line comment to need more whitespace
1286 /* Check if we are in a comment */
1310 /* Check for comment open */
1315 /* Find the end of the comment, it must exist */
1323 /* Toss the rest of this line or single-line comment */
1506 * comment, and 2) not a blank line.
1530 /* First line of multi-line comment is often just whitespace */
1542 /* Find end of comment */
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
cvcompiler.c 163 * PARAMETERS: CurrentState Current comment parse state
164 * StringBuffer Buffer containing the comment being processed
169 * DESCRIPTION: Process a single line comment of a c Style comment. This
170 * function captures a line of a c style comment in a char* and
171 * places the comment in the appropriate global buffer.
195 CvDbgPrint ("Multi-line comment\n");
202 * Determine whether if this comment spans multiple lines. If so,
203 * break apart the comment by storing each line in a different node
204 * within the comment list. This allows the disassembler t
    [all...]
cvdisasm.c 197 if (Current->Comment)
200 AcpiOsPrintf("%s\n", Current->Comment);
201 Current->Comment = NULL;
247 * EndStr - String to print after printing the comment
248 * Level - indentation level for comment lists.
253 * clears the printed comment from the Op.
395 * If this op has a BLOCK_BRACE, then output the comment when the
dtcompilerparser.l 195 Comment \[[^\n\[\]]*\]
196 CommentField {LabelName}{WhiteSpace}*:{WhiteSpace}{Comment}?$
214 <INITIAL,DATA_STATE>{Comment} { DbgPrint(ASL_PARSE_OUTPUT,"Comment matched\n"); }
cvparser.c 707 * aml pointer past the comment. Comments are transferred to parse
735 CvDbgPrint ("comment aml address: %p\n", Aml);
739 CvDbgPrint ("Avoiding capturing an existing comment.\n");
746 * Increment past the comment option and point the
751 /* Found a comment. Now, set pointers to these comments. */
765 CommentNode->Comment = ACPI_CAST_PTR (char, Aml);
783 CvDbgPrint ("found regular comment.\n");
791 CommentNode->Comment = ACPI_CAST_PTR (char, Aml);
809 CvDbgPrint ("found endblk comment.\n");
816 CommentNode->Comment = ACPI_CAST_PTR (char, Aml)
    [all...]
aslcodegen.c 379 * Before printing the bytecode, generate comment byte codes
616 /* Calculate the comment lengths for this definition block parseOp */
620 CvDbgPrint ("Calculating comment lengths for %s in write header\n",
641 CommentLength = strlen (Current->Comment)+3;
642 CvDbgPrint ("Length of standard comment): %d\n", CommentLength);
643 CvDbgPrint (" Comment string: %s\n\n", Current->Comment);
653 CvDbgPrint ("Length of inline comment +3: %d\n", CommentLength);
654 CvDbgPrint (" Comment string: %s\n\n", Op->Asl.CloseBraceComment);
aslparseop.c 309 /* Get the comment from last child in the resource template call */
314 CvDbgPrint ("Transferred current comment list to this op.\n");
878 * set a flag in the comment state. This facilitates paring comments for
894 CvDbgPrint (" Transferred current comment list to this op.\n");
895 CvDbgPrint (" %s\n", Op->Asl.CommentList->Comment);
902 CvDbgPrint ("Transferred current inline comment list to this op.\n");
asltree.c 528 * then is an endBlk comment. Categorize it as so and distribute
534 CvDbgPrint ("EndBlk Comment for %s: %s",
535 Op->Asl.ParseOpName, AslGbl_CommentListHead->Comment);
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 1049 char *InlineComment; /* Inline comment */\
1050 char *EndNodeComment; /* End of node comment */\
1051 char *NameComment; /* Comment associated with the first parameter of the name node */\
1103 char *Comment;

Completed in 23 milliseconds