Searched defs:inclist (Results 1 – 2 of 2) sorted by relevance
126 struct inclist { struct129 struct inclist **i_list; /* list of files it itself includes */ argument130 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 */
115 struct inclist inclist[ MAXFILES ], variable
Completed in 7 milliseconds