Home
last modified time | relevance | path

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

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

Completed in 23 milliseconds