Lines Matching refs:IncludeFile
613 FILE *IncludeFile; in PrOpenIncludeFile() local
628 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()
699 FILE *IncludeFile; in PrOpenIncludeWithPrefix() local
713 IncludeFile = fopen (Pathname, OpenMode); in PrOpenIncludeWithPrefix()
714 if (!IncludeFile) in PrOpenIncludeWithPrefix()
721 PrPushInputFileStack (IncludeFile, Pathname); in PrOpenIncludeWithPrefix()
723 return (IncludeFile); in PrOpenIncludeWithPrefix()