Home | History | Annotate | Download | only in compiler

Lines Matching defs:Info

163  * PARAMETERS:  FileId              - Index into file info array
190 * PARAMETERS: FileId - Index into file info array
228 * PARAMETERS: FileId - Index into file info array
258 * PARAMETERS: FileId - Index into file info array
302 * PARAMETERS: FileId - Index into file info array
350 * PARAMETERS: FileId - Index into file info array
411 * PARAMETERS: FileId - Index into file info array
442 * PARAMETERS: FileId - Index into file info array
480 * PARAMETERS: FileId - Index into file info array
492 ASL_FILE_INFO *Info = &AslGbl_Files[FileId];
495 if (!Info->Filename)
500 if (remove (Info->Filename))
503 Info->Filename, AslGbl_FileDescs[FileId].Description);
507 Info->Filename = NULL;