Lines Matching defs:IncludeFile
569 FILE *IncludeFile;
583 IncludeFile = fopen (Pathname, "r");
584 if (!IncludeFile)
603 while (DtGetNextLine (IncludeFile, DT_ALLOW_MULTILINE_QUOTES) != ASL_EOF)
616 fseek (IncludeFile, 0, SEEK_SET);
620 AslPushInputFileStack (IncludeFile, Pathname);
621 return (IncludeFile);
641 FILE *IncludeFile;
674 IncludeFile = FlOpenIncludeWithPrefix ("", Op, Op->Asl.Value.String);
675 if (!IncludeFile)
690 IncludeFile = FlOpenIncludeWithPrefix (
692 if (IncludeFile)
704 IncludeFile = FlOpenIncludeWithPrefix (
706 if (IncludeFile)