Lines Matching refs:IncludeFile
411 FILE *IncludeFile; in FlOpenIncludeWithPrefix() local
425 IncludeFile = fopen (Pathname, "r"); in FlOpenIncludeWithPrefix()
426 if (!IncludeFile) in FlOpenIncludeWithPrefix()
447 while (DtGetNextLine (IncludeFile, DT_ALLOW_MULTILINE_QUOTES) != ASL_EOF) in FlOpenIncludeWithPrefix()
460 fseek (IncludeFile, 0, SEEK_SET); in FlOpenIncludeWithPrefix()
464 AslPushInputFileStack (IncludeFile, Pathname); in FlOpenIncludeWithPrefix()
465 return (IncludeFile); in FlOpenIncludeWithPrefix()
485 FILE *IncludeFile; in FlOpenIncludeFile() local
518 IncludeFile = FlOpenIncludeWithPrefix ("", Op, Op->Asl.Value.String); in FlOpenIncludeFile()
519 if (!IncludeFile) in FlOpenIncludeFile()
534 IncludeFile = FlOpenIncludeWithPrefix ( in FlOpenIncludeFile()
536 if (IncludeFile) in FlOpenIncludeFile()
548 IncludeFile = FlOpenIncludeWithPrefix ( in FlOpenIncludeFile()
550 if (IncludeFile) in FlOpenIncludeFile()