Lines Matching refs:IncludeFile
355 FILE *IncludeFile; in PrOpenIncludeFile() local
370 IncludeFile = PrOpenIncludeWithPrefix ( in PrOpenIncludeFile()
372 if (!IncludeFile) in PrOpenIncludeFile()
376 return (IncludeFile); in PrOpenIncludeFile()
387 IncludeFile = PrOpenIncludeWithPrefix ( in PrOpenIncludeFile()
389 if (IncludeFile) in PrOpenIncludeFile()
391 return (IncludeFile); in PrOpenIncludeFile()
401 IncludeFile = PrOpenIncludeWithPrefix ( in PrOpenIncludeFile()
403 if (IncludeFile) in PrOpenIncludeFile()
405 return (IncludeFile); in PrOpenIncludeFile()
441 FILE *IncludeFile; in PrOpenIncludeWithPrefix() local
455 IncludeFile = fopen (Pathname, OpenMode); in PrOpenIncludeWithPrefix()
456 if (!IncludeFile) in PrOpenIncludeWithPrefix()
463 PrPushInputFileStack (IncludeFile, Pathname); in PrOpenIncludeWithPrefix()
465 return (IncludeFile); in PrOpenIncludeWithPrefix()