Lines Matching defs:IncludeFile
675 FILE *IncludeFile;
689 IncludeFile = fopen (Pathname, "r");
690 if (!IncludeFile)
709 while (DtGetNextLine (IncludeFile, DT_ALLOW_MULTILINE_QUOTES) != ASL_EOF)
722 fseek (IncludeFile, 0, SEEK_SET);
726 AslPushInputFileStack (IncludeFile, Pathname);
727 return (IncludeFile);
747 FILE *IncludeFile;
780 IncludeFile = FlOpenIncludeWithPrefix ("", Op, Op->Asl.Value.String);
781 if (!IncludeFile)
796 IncludeFile = FlOpenIncludeWithPrefix (
798 if (IncludeFile)
810 IncludeFile = FlOpenIncludeWithPrefix (
812 if (IncludeFile)