Searched refs:IncludeFile (Results 1 – 2 of 2) sorted by relevance
613 FILE *IncludeFile; in PrOpenIncludeFile() local628 IncludeFile = PrOpenIncludeWithPrefix ( in PrOpenIncludeFile()630 if (!IncludeFile) in PrOpenIncludeFile()634 return (IncludeFile); in PrOpenIncludeFile()645 IncludeFile = PrOpenIncludeWithPrefix ( in PrOpenIncludeFile()647 if (IncludeFile) in PrOpenIncludeFile()649 return (IncludeFile); in PrOpenIncludeFile()659 IncludeFile = PrOpenIncludeWithPrefix ( in PrOpenIncludeFile()661 if (IncludeFile) in PrOpenIncludeFile()663 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 …]