Home
last modified time | relevance | path

Searched defs:inclist (Results 1 – 2 of 2) sorted by relevance

/trunk/main/soltools/mkdepend/
H A Ddef.h126 struct inclist { struct
129 struct inclist **i_list; /* list of files it itself includes */ argument
130 int i_listlen; /* length of i_list */
131 boolean i_defchecked; /* whether defines have been checked */
132 boolean i_notified; /* whether we have revealed includes */
133 boolean i_marked; /* whether it's in the makefile */
134 boolean i_searched; /* whether we have read this */
135 boolean i_included_sym; /* whether #include SYMBOL was found */
H A Dmain.c115 struct inclist inclist[ MAXFILES ], variable

Completed in 15 milliseconds