Searched refs:IncludeFile (Results 1 – 2 of 2) sorted by relevance
355 FILE *IncludeFile; in PrOpenIncludeFile() local372 if (!IncludeFile) in PrOpenIncludeFile()376 return (IncludeFile); in PrOpenIncludeFile()387 IncludeFile = PrOpenIncludeWithPrefix ( in PrOpenIncludeFile()389 if (IncludeFile) in PrOpenIncludeFile()391 return (IncludeFile); in PrOpenIncludeFile()403 if (IncludeFile) in PrOpenIncludeFile()405 return (IncludeFile); in PrOpenIncludeFile()441 FILE *IncludeFile; in PrOpenIncludeWithPrefix() local456 if (!IncludeFile) in PrOpenIncludeWithPrefix()[all …]
675 FILE *IncludeFile; in FlOpenIncludeWithPrefix() local689 IncludeFile = fopen (Pathname, "r"); in FlOpenIncludeWithPrefix()690 if (!IncludeFile) in FlOpenIncludeWithPrefix()722 fseek (IncludeFile, 0, SEEK_SET); in FlOpenIncludeWithPrefix()727 return (IncludeFile); in FlOpenIncludeWithPrefix()747 FILE *IncludeFile; in FlOpenIncludeFile() local781 if (!IncludeFile) in FlOpenIncludeFile()796 IncludeFile = FlOpenIncludeWithPrefix ( in FlOpenIncludeFile()798 if (IncludeFile) in FlOpenIncludeFile()810 IncludeFile = FlOpenIncludeWithPrefix ( in FlOpenIncludeFile()[all …]