Searched refs:IncludeFile (Results 1 – 2 of 2) sorted by relevance
589 FILE *IncludeFile; in PrOpenIncludeFile() local604 IncludeFile = PrOpenIncludeWithPrefix ( in PrOpenIncludeFile()606 if (!IncludeFile) in PrOpenIncludeFile()610 return (IncludeFile); in PrOpenIncludeFile()621 IncludeFile = PrOpenIncludeWithPrefix ( in PrOpenIncludeFile()623 if (IncludeFile) in PrOpenIncludeFile()625 return (IncludeFile); in PrOpenIncludeFile()635 IncludeFile = PrOpenIncludeWithPrefix ( in PrOpenIncludeFile()637 if (IncludeFile) in PrOpenIncludeFile()639 return (IncludeFile); in PrOpenIncludeFile()[all …]
675 FILE *IncludeFile; in FlOpenIncludeWithPrefix() local689 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() local780 IncludeFile = FlOpenIncludeWithPrefix ("", Op, Op->Asl.Value.String); in FlOpenIncludeFile()781 if (!IncludeFile) in FlOpenIncludeFile()[all …]