Searched refs:IFile (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/usr.bin/make/
H A Dparse.c125 struct IFile { struct
131 TAILQ_ENTRY(IFile) link;/* stack the files */
135 static TAILQ_HEAD(, IFile) includes = TAILQ_HEAD_INITIALIZER(includes);
342 struct IFile *nf;
386 struct IFile *ifile; /* the state on the top of the includes stack */
/freebsd-10.0-release/contrib/bmake/
H A Dparse.c159 typedef struct IFile { struct
170 } IFile; typedef in typeref:struct:IFile
277 static IFile *curFile;
2563 IFile *cf = curFile;

Completed in 81 milliseconds