Lines Matching defs:IncludeFile
677 FILE *IncludeFile;
691 IncludeFile = fopen (Pathname, "r");
692 if (!IncludeFile)
711 while (DtGetNextLine (IncludeFile, DT_ALLOW_MULTILINE_QUOTES) != ASL_EOF)
724 fseek (IncludeFile, 0, SEEK_SET);
728 AslPushInputFileStack (IncludeFile, Pathname);
729 return (IncludeFile);
749 FILE *IncludeFile;
782 IncludeFile = FlOpenIncludeWithPrefix ("", Op, Op->Asl.Value.String);
783 if (!IncludeFile)
798 IncludeFile = FlOpenIncludeWithPrefix (
800 if (IncludeFile)
812 IncludeFile = FlOpenIncludeWithPrefix (
814 if (IncludeFile)