Home | History | Annotate | Download | only in compiler

Lines Matching defs:Current

278     /* Set the root file to the current open file */
375 ACPI_COMMENT_ADDR_NODE *Current = AcpiGbl_CommentAddrListHead;
396 if (!Current)
406 while (Current)
408 if (Current->Addr != Address)
410 Current = Current->Next;
423 Current = AcpiGbl_CommentAddrListHead;
428 AcpiGbl_CommentAddrListHead->Next = Current;
452 ACPI_FILE_NODE *Current = Head;
460 while (Current)
462 if (!AcpiUtStricmp (Current->Filename, Filename))
464 return (Current);
467 Current = Current->Next;
493 ACPI_FILE_NODE *Current = Head;
496 while (Current)
498 if ((Address >= Current->FileStart) &&
499 (Address < Current->FileEnd ||
500 !Current->FileEnd))
502 return (Current);
505 Current = Current->Next;
562 * PARAMETERS: Filename - Address containing the name of the current
945 * Give all of its comments to the current scope, which is known as