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